Lines Matching defs:it
62 /* 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 for later */
409 /* create the key if it doesn't exist */
414 /* create a hashed filename from the key, and save it for later */
466 "%s, but we have been configured to ignore it and serve "
506 "%s, but we have been configured to ignore it and serve "
551 * maximum age an object can be before it is considered stale. This
560 * entity, and it's value is in the past, it has expired.
579 "%s, but we have been configured to ignore it and "
645 * set it to one year in this case as this situation is somewhat
679 /* it's fresh darlings... */
760 "pretend it is fresh: %s",
851 static void cache_hash(const char *it, char *val, int ndepth, int nlength)
862 apr_md5_update(&context, (const unsigned char *) it, strlen(it));