Searched defs:it (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/http/
H A Dbyterange_filter.c94 const char *it; local
127 it = range;
128 while (*it) {
129 if (*it++ == ',') {
133 it = range;
268 * create the merged table now, now that we know we need it
282 it, r->range, *overlaps, *reversals, clength);
446 * this avoids the cases where it is expensive to perform
/httpd/modules/cache/
H A Dcache_util.c62 /* If the filter hostname is null or empty it matches any hostname,
63 * if it begins with a "*" it matches the _end_ of the URI hostname
64 * excluding the "*", if it begins with a "." it matches the _end_
65 * of the URI * hostname including the ".", otherwise it must match
96 /* If the filter port is empty it matches any URL port.
257 * no point is it possible for this lock to permanently deny access to
285 /* create the key if it doesn't exist */
308 /* create a hashed filename from the key, and save it fo
851 cache_hash(const char *it, char *val, int ndepth, int nlength) argument
[all...]
/httpd/modules/loggers/
H A Dmod_log_config.c121 * The '...' can be nothing at all (e.g. "%h %u %r %s %b"), or it can
122 * indicate conditions for inclusion of the item (which will cause it
127 * it, but it is difficult to see how to "do the right thing" with all
140 * If it doesn't have its own LogFormat, it inherits from the main
141 * server. If it doesn't have its own TransferLog, it writes to the
211 * because it's probably a good guess as to what is implemented correctly
250 * set to a opaque structure (usually a fd) after it i
896 parse_log_misc_string(apr_pool_t *p, log_format_item *it, const char **sa) argument
958 parse_log_item(apr_pool_t *p, log_format_item *it, const char **sa) argument
[all...]
/httpd/server/
H A Dcore.c621 /* We need to do a stable sort, qsort isn't stable. So to make it stable
622 * we'll be maintaining the original index into the list, and using it
683 * it to avoid trying to palloc zero bytes, which can trigger some
818 * part of the core anyway (and in fact, it isn't publicised to other
942 /* if failed, set it to the NULL string to indicate error */
1043 * address, it will be returned in URL format (e.g., "[fe80::1]").
1137 /* returns a parent if it matches the given directive */
1144 /* ### it would be nice to have atom-ized directives */
1184 /* EXEC_ON_READ must be NOT_IN_DIR_LOC_FILE, if not, it will
1336 /* Use apr_array_copy instead of apr_array_copy_hdr because it doe
3864 parse_errorlog_misc_string(apr_pool_t *p, ap_errorlog_format_item *it, const char **sa) argument
3920 parse_errorlog_item(apr_pool_t *p, ap_errorlog_format_item *it, const char **sa) argument
[all...]

Completed in 40 milliseconds