Searched refs:apr_pool_note_subprocess (Results 1 – 3 of 3) sorted by relevance
800 APR_DECLARE(void) apr_pool_note_subprocess(apr_pool_t *a, apr_proc_t *proc,
534 apr_pool_note_subprocess(pool, proc, APR_KILL_NEVER); in make_tunnel()536 apr_pool_note_subprocess(pool, proc, APR_KILL_ONLY_ONCE); in make_tunnel()
2692 APR_DECLARE(void) apr_pool_note_subprocess(apr_pool_t *pool, apr_proc_t *proc, in apr_pool_note_subprocess() function