Searched defs:commit_entity (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/cache/ |
H A D | mod_cache.h | 111 apr_status_t (*commit_entity)(cache_handle_t *h, request_rec *r); member in struct:__anon85
|
H A D | mod_cache_disk.c | 1314 static apr_status_t commit_entity(cache_handle_t *h, request_rec *r) function 1344 "commit_entity: URL '%s' not cached due to earlier disk error.", 1349 "commit_entity: Headers and body for URL %s cached.", 1370 return commit_entity(h, r); 1552 &commit_entity,
|
H A D | mod_cache_socache.c | 1097 static apr_status_t commit_entity(cache_handle_t *h, request_rec *r) function 1154 "commit_entity: Headers and body for URL %s cached for maximum of %d seconds.", 1196 return commit_entity(h, r); 1549 &create_entity, &open_entity, &remove_url, &commit_entity,
|
Completed in 28 milliseconds