Home
last modified time | relevance | path

Searched defs:apr_procattr_t (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/
H A Dapr_arch_threadproc.h79 struct apr_procattr_t { struct
80 apr_pool_t *pool;
81 apr_file_t *parent_in;
82 apr_file_t *child_in;
83 apr_file_t *parent_out;
84 apr_file_t *child_out;
85 apr_file_t *parent_err;
86 apr_file_t *child_err;
87 char *currdir;
88 apr_int32_t cmdtype;
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_threadproc.h47 struct apr_procattr_t { struct
48 apr_pool_t *pool;
49 apr_file_t *parent_in;
50 apr_file_t *child_in;
51 apr_file_t *parent_out;
52 apr_file_t *child_out;
53 apr_file_t *parent_err;
54 apr_file_t *child_err;
55 char *currdir;
56 apr_int32_t cmdtype;
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/
H A Dapr_arch_threadproc.h53 struct apr_procattr_t { struct
75 apr_procattr_t *attr; argument
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/
H A Dapr_arch_threadproc.h48 struct apr_procattr_t { struct
49 apr_pool_t *pool;
50 apr_file_t *parent_in;
51 apr_file_t *child_in;
52 apr_file_t *parent_out;
53 apr_file_t *child_out;
54 apr_file_t *parent_err;
55 apr_file_t *child_err;
56 char *currdir;
57 apr_int32_t cmdtype;
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/beos/
H A Dapr_arch_threadproc.h76 struct apr_procattr_t { struct
77 apr_pool_t *pool;
78 apr_file_t *parent_in;
79 apr_file_t *child_in;
80 apr_file_t *parent_out;
81 apr_file_t *child_out;
82 apr_file_t *parent_err;
83 apr_file_t *child_err;
84 char *currdir;
85 apr_int32_t cmdtype;
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_thread_proc.h183 typedef struct apr_procattr_t apr_procattr_t; typedef