Lines Matching defs:pchild
154 static apr_pool_t *pchild; /* Pool for httpd child stuff */
230 if (pchild) {
231 apr_pool_destroy(pchild);
527 apr_pool_create_ex(&pchild, pconf, NULL, allocator);
528 apr_allocator_owner_set(allocator, pchild);
529 apr_pool_tag(pchild, "pchild");
533 apr_os_thread_put(&thd, &osthd, pchild);
536 apr_pool_create(&ptrans, pchild);
548 ap_reopen_scoreboard(pchild, NULL, 0);
551 pchild));
562 if (ap_run_drop_privileges(pchild, ap_server_conf)) {
566 ap_run_child_init(pchild, ap_server_conf);
568 ap_create_sb_handle(&sbh, pchild, my_child_num, 0);
573 status = apr_pollset_create(&pollset, num_listensocks, pchild,
582 apr_pollfd_t *pfd = apr_pcalloc(pchild, sizeof *pfd);
608 bucket_alloc = apr_bucket_alloc_create(pchild);