Lines Matching refs:ptemp
542 apr_pool_t *ptemp;
552 apr_pool_create_ex(&ptemp, p, NULL, NULL);
558 apr_procattr_create(&attr, ptemp);
561 if (((rv = apr_filepath_get(&cwd, 0, ptemp)) != APR_SUCCESS)
571 if ((rv = ap_os_proc_filepath(&cmd, ptemp))
576 apr_pool_destroy(ptemp);
596 apr_pool_destroy(ptemp);
605 apr_pool_destroy (ptemp);
614 apr_pool_destroy(ptemp);
623 env = apr_palloc(ptemp, (envc + 2) * sizeof (char*));
630 (const char * const *)env, attr, ptemp);
634 apr_pool_destroy(ptemp);
644 if (send_handles_to_child(ptemp, waitlist[waitlist_ready], hExitEvent,
653 apr_pool_destroy(ptemp);
674 apr_pool_destroy(ptemp);
680 if (send_listeners_to_child(ptemp, new_child.pid, new_child.in)) {
687 apr_pool_destroy(ptemp);
1344 static int winnt_pre_config(apr_pool_t *pconf_, apr_pool_t *plog, apr_pool_t *ptemp)
1403 apr_pool_t *ptemp, server_rec* s)
1496 static int winnt_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec* s)
1542 rv = mpm_service_start(ptemp, inst_argc, inst_argv);
1549 mpm_signal_service(ptemp, 1);
1623 static int winnt_open_logs(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s)