Home
last modified time | relevance | path

Searched refs:APR_CHILD_NOTDONE (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDerrorcode.inc212 { 70006, "APR_CHILD_NOTDONE" },
/NextBSD/contrib/apr/misc/unix/
HDerrorcodes.c96 case APR_CHILD_NOTDONE: in apr_error_string()
/NextBSD/contrib/apr/include/
HDapr_errno.h448 #define APR_CHILD_NOTDONE (APR_OS_START_STATUS + 6) macro
527 #define APR_STATUS_IS_CHILD_NOTDONE(s) ((s) == APR_CHILD_NOTDONE)
/NextBSD/contrib/apr/threadproc/unix/
HDproc.c662 return APR_CHILD_NOTDONE; in apr_proc_wait()
/NextBSD/contrib/apr/memory/unix/
HDapr_pools.c2449 if (apr_proc_wait(pc->proc, NULL, NULL, APR_NOWAIT) != APR_CHILD_NOTDONE)
2491 == APR_CHILD_NOTDONE)