Lines Matching defs:in
5 * (the "License"); you may not use this file except in compliance with
10 * Unless required by applicable law or agreed to in writing, software
37 * Read in <hash>.header file (may contain Format #1 or Format #2)
41 * re-read in <hash>.header (must be format #2)
42 * read in <hash>.data
51 * entity name (dobj->name) [length is in disk_cache_info_t->name_len]
63 static apr_status_t store_body(cache_handle_t *h, request_rec *r, apr_bucket_brigade *in,
274 * - Handle Case in-sensitive Values better.
546 /* When we are in the quick handler we don't have the per-directory
643 /* Will only result in an output if httpd is started with -e debug.
660 /* Will only result in an output if httpd is started with -e debug.
686 * in the way as far as possible
688 * Note: due to the way we constructed the file names in
977 * vary format hints in the appropriate directory.
1104 "could not write in-headers to header file %s",
1125 apr_bucket_brigade *in, apr_bucket_brigade *out)
1141 apr_brigade_partition(in, dobj->offset, &e);
1144 while (APR_SUCCESS == rv && !APR_BRIGADE_EMPTY(in)) {
1148 e = APR_BRIGADE_FIRST(in);
1245 /* have we reached the limit of how much we're prepared to write in one
1432 * Consider eliminating the next two directives in favor of
1473 return "CacheMinFileSize argument must be a non-negative integer representing the min size of a file to cache in bytes.";
1487 return "CacheMaxFileSize argument must be a non-negative integer representing the max size of a file to cache in bytes.";
1501 return "CacheReadSize argument must be a non-negative integer representing the max amount of data to cache in go.";
1516 return "CacheReadTime argument must be a non-negative integer representing the max amount of time taken to cache in go.";
1528 "The number of levels of subdirectories in the cache"),
1530 "The number of characters in subdirectory names"),
1536 "The maximum quantity of data to attempt to read and cache in one go"),
1538 "The maximum time taken to attempt to read and cache in go"),