Lines Matching refs:pchild
114 static apr_pool_t *pchild;
219 * the pchild pool to 'leak' storage. I don't think this
225 context = (winnt_conn_ctx_t *)apr_pcalloc(pchild,
245 rv = apr_pool_create_ex(&context->ptrans, pchild, NULL,
975 apr_pool_create(&pchild, pconf);
976 apr_pool_tag(pchild, "pchild");
978 ap_run_child_init(pchild, ap_server_conf);
979 ht = apr_hash_make(pchild);
1030 apr_thread_mutex_create(&qlock, APR_THREAD_MUTEX_DEFAULT, pchild);
1044 child_handles = (HANDLE) apr_pcalloc(pchild, ap_threads_per_child
1046 apr_thread_mutex_create(&child_lock, APR_THREAD_MUTEX_DEFAULT, pchild);
1086 score_idx = apr_pcalloc(pchild, sizeof(int));
1346 apr_pool_destroy(pchild);