Searched defs:child_context (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/metadata/
H A Dmod_mime_magic.c2123 apr_pool_t *child_context = cntxt; local
2133 if ((apr_procattr_create(&procattr, child_context) != APR_SUCCESS) ||
2149 procnew = apr_pcalloc(child_context, sizeof(*procnew));
2151 new_argv, NULL, procattr, child_context);
2160 apr_pool_note_subprocess(child_context, procnew, APR_KILL_AFTER_TIMEOUT);

Completed in 376 milliseconds