Lines Matching refs:ptrans
99 apr_pool_t *ptrans;
132 * - clear the ptrans pool
139 apr_pool_clear(context->ptrans);
140 context->ba = apr_bucket_alloc_create(context->ptrans);
245 rv = apr_pool_create_ex(&context->ptrans, pchild, NULL,
256 apr_allocator_owner_set(allocator, context->ptrans);
257 apr_pool_tag(context->ptrans, "transaction");
260 context->ba = apr_bucket_alloc_create(context->ptrans);
717 apr_os_sock_make(&context->sock, &sockinfo, context->ptrans);
848 ap_create_sb_handle(&sbh, context->ptrans, 0, thread_num);
849 c = ap_run_create_connection(context->ptrans, ap_server_conf,
863 apr_os_thread_put(&thd, &osthd, context->ptrans);