Lines Matching refs:ptrans
1972 apr_pool_t *ptrans; /* Pool for per-transaction stuff */
1973 ap_pop_pool(&ptrans, worker_queue_info);
1975 if (ptrans == NULL) {
1982 apr_pool_create_ex(&ptrans, pconf, NULL, allocator);
1983 apr_allocator_owner_set(allocator, ptrans);
1984 if (ptrans == NULL) {
1992 apr_pool_tag(ptrans, "transaction");
1995 rc = lr->accept_func(&csd, lr, ptrans);
2010 rc = ap_queue_push(worker_queue, csd, NULL, ptrans);
2019 ap_push_pool(worker_queue_info, ptrans);
2026 ap_push_pool(worker_queue_info, ptrans);
2165 apr_pool_t *ptrans; /* Pool for per-transaction stuff */
2186 rv = ap_queue_pop_something(worker_queue, &csd, &cs, &ptrans, &te);
2227 process_socket(thd, ptrans, csd, cs, process_slot, thread_slot);