Lines Matching defs:format
44 * If format #1 (Contains a list of Vary Headers):
47 * re-read in key (must be format #2)
50 * apr_uint32_t format;
55 * cache_socache_info_t (first sizeof(apr_uint32_t) bytes is the format)
437 apr_uint32_t format;
509 /* read the format from the cache file */
510 memcpy(&format, sobj->buffer, sizeof(format));
511 slider = sizeof(format);
513 if (format == CACHE_SOCACHE_VARY_FORMAT_VERSION) {
572 else if (format != CACHE_SOCACHE_DISK_FORMAT_VERSION) {
575 key, format, CACHE_SOCACHE_DISK_FORMAT_VERSION);
821 apr_uint32_t format = CACHE_SOCACHE_VARY_FORMAT_VERSION;
823 memcpy(sobj->buffer, &format, sizeof(format));
824 slider = sizeof(format);
877 socache_info->format = CACHE_SOCACHE_DISK_FORMAT_VERSION;