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
47 * re-read in key (must be format #2)
56 * entity name (sobj->name) [length is in cache_socache_info_t->name_len]
116 apr_off_t readsize; /* maximum data to attempt to cache in one go */
117 apr_time_t readtime; /* maximum time taken to cache in one go */
288 * - Handle Case in-sensitive Values better.
377 * and whether it will fit in the cache limits set. But we
496 "Key not found in cache: %s", key);
503 "Key found in cache but too big, ignoring: %s", key);
560 "Key not found in cache: %s", key);
567 "Key found in cache but too big, ignoring: %s", key);
574 "Key '%s' found in cache has version %d, expected %d, ignoring",
658 * large, we would rather leave the body where it is in the
912 "out-headers didn't fit in buffer: %s", sobj->name);
925 "in-headers didn't fit in buffer %s",
939 apr_bucket_brigade *in, apr_bucket_brigade *out)
967 apr_brigade_partition(in, sobj->offset, &e);
970 while (APR_SUCCESS == rv && !APR_BRIGADE_EMPTY(in)) {
974 e = APR_BRIGADE_FIRST(in);
1047 /* have we reached the limit of how much we're prepared to write in one
1163 /* For safety, remove any existing entry on failure, just in case it could not
1309 return "CacheSocacheMaxTime argument must be the maximum amount of time in seconds to cache an entry.";
1323 return "CacheSocacheMinTime argument must be the minimum amount of time in seconds to cache an entry.";
1337 return "CacheSocacheReadSize argument must be a non-negative integer representing the max amount of data to cache in go.";
1351 return "CacheSocacheReadTime argument must be a non-negative integer representing the max amount of time taken to cache in go.";
1525 "failed to initialise mutex in child_init");
1534 "The maximum cache expiry age to cache a document in seconds"),
1536 "The minimum cache expiry age to cache a document in seconds"),
1540 "The maximum quantity of data to attempt to read and cache in one go"),
1542 "The maximum time taken to attempt to read and cache in go"),