Lines Matching defs:pchild
64 static apr_pool_t *pchild = NULL;
84 if (pchild) {
85 apr_pool_destroy(pchild);
112 apr_pool_create(&pchild, pconf);
114 ap_run_child_init(pchild, ap_server_conf);
162 rc = DosCreateQueue(&workq, QUE_FIFO, apr_psprintf(pchild, "/queues/httpd/work.%d", my_pid));
183 apr_pollset_create(&pollset, num_listeners, pchild, 0);
201 apr_pool_create(&pconn, pchild);
286 apr_pool_destroy(pchild);
367 apr_os_thread_put(&thd, &osthd, pchild);
370 apr_psprintf(pchild, "/queues/httpd/work.%d", getpid()));
424 apr_psprintf(pchild, "/queues/httpd/work.%d", getpid()));