Searched refs:cache_socache_info_t (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/cache/
H A Dcache_socache_common.h54 } cache_socache_info_t; typedef in typeref:struct:__anon80
H A Dmod_cache_socache.c55 * cache_socache_info_t (first sizeof(apr_uint32_t) bytes is the format)
56 * entity name (sobj->name) [length is in cache_socache_info_t->name_len]
77 cache_socache_info_t socache_info; /* Header information. */
401 total = len + sizeof(cache_socache_info_t) + strlen(key);
586 if (buffer_len >= sizeof(cache_socache_info_t)) {
587 memcpy(&sobj->socache_info, sobj->buffer, sizeof(cache_socache_info_t));
594 slider = sizeof(cache_socache_info_t);
791 cache_socache_info_t *socache_info;
812 socache_info = (cache_socache_info_t *) sobj->buffer;
895 slider = sizeof(cache_socache_info_t);
[all...]

Completed in 24 milliseconds