Lines Matching defs:pchild
44 static apr_pool_t *pchild; /* Pool for httpd child stuff */
554 if (pchild) {
555 apr_pool_destroy(pchild);
858 apr_pool_create_ex(&pchild, pconf, NULL, allocator);
859 apr_allocator_owner_set(allocator, pchild);
860 apr_pool_tag(pchild, "pchild");
864 apr_os_thread_put(&thd, &osthd, pchild);
867 apr_pool_create(&ptrans, pchild);
879 ap_reopen_scoreboard(pchild, NULL, 0);
882 pchild));
893 if (ap_run_drop_privileges(pchild, ap_server_conf)) {
897 ap_run_child_init(pchild, ap_server_conf);
899 ap_create_sb_handle(&sbh, pchild, my_child_num, 0);
961 bucket_alloc = apr_bucket_alloc_create(pchild);