Home
last modified time | relevance | path

Searched refs:APR_PROGRAM (Results 1 – 6 of 6) sorted by relevance

/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
Dproc.c37 (*new)->cmdtype = APR_PROGRAM; in apr_procattr_create()
373 if (attr->cmdtype == APR_PROGRAM || in apr_proc_create()
550 else if (attr->cmdtype == APR_PROGRAM) { in apr_proc_create()
/external/cronet/third_party/apache-portable-runtime/src/include/
Dapr_thread_proc.h47 APR_PROGRAM, /**< invoke the program directly, no copied env */ enumerator
/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/
Dproc.c73 (*new)->cmdtype = APR_PROGRAM; in apr_procattr_create()
492 if (attr->cmdtype == APR_PROGRAM || attr->cmdtype == APR_PROGRAM_ENV) {
/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
Dproc.c51 (*new)->cmdtype = APR_PROGRAM; in apr_procattr_create()
/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/
Dproc.c47 (*new)->cmdtype = APR_PROGRAM; in apr_procattr_create()
/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/
Dproc.c58 (*new)->cmdtype = APR_PROGRAM; in apr_procattr_create()