Searched defs:commit_entity (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/cache/
H A Dmod_cache.h111 apr_status_t (*commit_entity)(cache_handle_t *h, request_rec *r); member in struct:__anon85
H A Dmod_cache_disk.c1314 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 Dmod_cache_socache.c1097 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 36 milliseconds