Lines Matching defs:pchild
422 static apr_pool_t *pchild; /* Pool for httpd child stuff */
655 if (pchild) {
656 apr_pool_destroy(pchild);
2265 my_info, pchild);
2299 worker_queue = apr_pcalloc(pchild, sizeof(*worker_queue));
2300 rv = ap_queue_init(worker_queue, threads_per_child, pchild);
2314 rv = ap_queue_info_create(&worker_queue_info, pchild,
2326 pchild);
2340 pchild, APR_POLLSET_THREADSAFE | APR_POLLSET_NOCOPY | APR_POLLSET_NODEFAULT,
2352 pchild, APR_POLLSET_THREADSAFE | APR_POLLSET_NOCOPY);
2362 worker_sockets = apr_pcalloc(pchild, threads_per_child
2388 worker_thread, my_info, pchild);
2515 apr_pool_create(&pchild, pconf);
2526 ap_reopen_scoreboard(pchild, NULL, 0);
2528 if (ap_run_drop_privileges(pchild, ap_server_conf)) {
2532 apr_thread_mutex_create(&g_timer_skiplist_mtx, APR_THREAD_MUTEX_DEFAULT, pchild);
2534 apr_pool_create(&pskip, pchild);
2537 ap_run_child_init(pchild, ap_server_conf);
2566 ts = apr_palloc(pchild, sizeof(*ts));
2568 apr_threadattr_create(&thread_attr, pchild);
2588 ts, pchild);