Searched refs:pmain (Results 1 - 1 of 1) sorted by relevance

/httpd/server/mpm/netware/
H A Dmpm_netware.c135 static apr_pool_t *pmain; /* Pool for httpd child stuff */ variable
196 if (pmain) {
197 apr_pool_destroy(pmain);
360 apr_os_thread_put(&thd, &osthd, pmain);
368 apr_pool_create_ex(&ptrans, pmain, NULL, allocator);
897 apr_pool_create(&pmain, pconf);
898 ap_run_child_init(pmain, ap_server_conf);

Completed in 36 milliseconds