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

/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_deflate.c380 static apr_status_t deflate_ctx_cleanup(void *data) function
677 apr_pool_cleanup_register(r->pool, ctx, deflate_ctx_cleanup,
795 apr_pool_cleanup_kill(r->pool, ctx, deflate_ctx_cleanup);
1274 apr_pool_cleanup_register(r->pool, ctx, deflate_ctx_cleanup,
1339 apr_pool_cleanup_kill(r->pool, ctx, deflate_ctx_cleanup);

Completed in 112 milliseconds