Searched refs:APR_KILL_NEVER (Results 1 – 3 of 3) sorted by relevance
200 APR_KILL_NEVER, /**< process is never killed (i.e., never sent enumerator
2450 pc->kill_how = APR_KILL_NEVER;2469 if (pc->kill_how != APR_KILL_NEVER) {2494 pc->kill_how = APR_KILL_NEVER; /* subprocess has exited */2518 if (pc->kill_how != APR_KILL_NEVER)
531 apr_pool_note_subprocess(pool, proc, APR_KILL_NEVER); in make_tunnel()