Searched refs:skip (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/mappers/
H A Dmod_rewrite.c324 int skip; /* number of next rules to skip */ member in struct:__anon238
700 /* skip host part */
3218 /* skip leading spaces */
3676 if (!*key || !strcasecmp(key, "kip")) { /* skip */
3677 cfg->skip = atoi(val);
3742 newrule->skip = 0;
4127 /* skip the rest of the chained OR conditions */
4389 * If we are forced to skip N next rules, do it now.
4391 if (p->skip >
4643 unsigned skip; local
4912 unsigned skip; local
[all...]
/httpd/server/
H A Dlisten.c550 int skip = 0; local
583 * the IPV6_V6ONLY flag set; we must skip the current attempt to
600 skip = 1;
604 if (skip) {
/httpd/support/
H A Dhtcacheclean.c610 int skip, retries; local
639 skip = baselen + 1;
652 * processing, always skip these if not in realclean mode
700 d->basename += skip;
710 d->basename += skip;
728 d->basename += skip;
/httpd/modules/filters/
H A Dmod_include.c573 continue; /* skip it */
2778 const char *skip; local
2793 skip = p;
2802 skip = p;
2811 pi = skip;
3098 /* skip leading WS */
3598 /* skip WS and find out what comes next (arg or end_seq) */

Completed in 1619 milliseconds