Searched refs:subpool (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/loggers/ |
H A D | mod_journald.c | 101 apr_pool_t *subpool; local 106 if (apr_pool_create(&subpool, pool) != APR_SUCCESS) { 107 /* We were not able to create subpool, log at least what we have. */ 117 rv = iovec_add_entry(subpool, &iov[iov_size], FORMAT, LEN, VAR); \ 139 apr_pool_destroy(subpool);
|
/httpd/modules/proxy/ |
H A D | mod_proxy_wstunnel.c | 35 apr_pool_t *subpool; /* cleared before each suspend, destroyed when request ends */ member in struct:ws_baton_t 181 apr_pool_clear(baton->subpool); 186 ap_mpm_register_socket_callback_timeout(sockets, baton->subpool, 1, 418 apr_pool_create(&baton->subpool, r->pool); 425 apr_pool_clear(baton->subpool); 429 rv = ap_mpm_register_socket_callback_timeout(sockets, baton->subpool, 1,
|
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 529 apr_pool_t *subpool; local 535 apr_pool_create(&subpool, r->pool); 538 apr_pool_clear(subpool); 539 dav_send_one_response(first, bb, r->output_filters, subpool); 541 apr_pool_destroy(subpool);
|
Completed in 1593 milliseconds