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

/httpd/server/
H A Dmain.c301 apr_pool_t *cntx; local
308 stat = apr_pool_create(&cntx, NULL);
330 apr_pool_abort_set(abort_on_oom, cntx);
331 apr_pool_tag(cntx, "process");
332 ap_open_stderr_log(cntx);
339 process = apr_palloc(cntx, sizeof(process_rec));
340 process->pool = cntx;

Completed in 11 milliseconds