Home
last modified time | relevance | path

Searched refs:APR_KILL_NEVER (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/apr/include/
HDapr_thread_proc.h200 APR_KILL_NEVER, /**< process is never killed (i.e., never sent enumerator
/NextBSD/contrib/apr/memory/unix/
HDapr_pools.c2450 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)
/NextBSD/contrib/subversion/subversion/libsvn_ra_svn/
HDclient.c531 apr_pool_note_subprocess(pool, proc, APR_KILL_NEVER); in make_tunnel()