Lines Matching refs:pool

38 static void curltest_hooks(apr_pool_t *pool);
67 apr_pool_userdata_get(&data, key, s->process->pool); in curltest_post_config()
71 apr_pool_cleanup_null, s->process->pool); in curltest_post_config()
80 static void curltest_hooks(apr_pool_t *pool) in curltest_hooks() argument
82 ap_log_perror(APLOG_MARK, APLOG_TRACE1, 0, pool, "installing hooks"); in curltest_hooks()
205 args = apr_cstr_split(r->args, "&", 1, r->pool); in curltest_echo_handler()
242 apr_ltoa(r->pool, (long)r->clength)); in curltest_echo_handler()
257 bb = apr_brigade_create(r->pool, c->bucket_alloc); in curltest_echo_handler()
303 apr_itoa(r->pool, 1)); in curltest_echo_handler()
351 args = apr_cstr_split(r->args, "&", 1, r->pool); in curltest_tweak_handler()
447 apr_ltoa(r->pool, (long)r->clength)); in curltest_tweak_handler()
457 bb = apr_brigade_create(r->pool, c->bucket_alloc); in curltest_tweak_handler()
518 b = ap_bucket_error_create(http_status, NULL, r->pool, c->bucket_alloc); in curltest_tweak_handler()
552 args = apr_cstr_split(r->args, "&", 1, r->pool); in curltest_put_handler()
601 bb = apr_brigade_create(r->pool, c->bucket_alloc); in curltest_put_handler()
617 s_rbody_len = apr_psprintf(r->pool, "%"APR_OFF_T_FMT, rbody_len); in curltest_put_handler()
680 bb = apr_brigade_create(r->pool, c->bucket_alloc); in curltest_1_1_required()
743 apr_array_header_t *args = apr_cstr_split(r->args, "&", 1, r->pool); in curltest_sslinfo_handler()
781 bb = apr_brigade_create(r->pool, c->bucket_alloc); in curltest_sslinfo_handler()