/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/netware/ |
H A D | pipe.c | 136 APR_DECLARE(apr_status_t) apr_file_pipe_create(apr_file_t **in, apr_file_t **out, apr_pool_t *pool) in apr_file_pipe_create() function 184 if ((status = apr_file_pipe_create(in, out, pool)) != APR_SUCCESS) in apr_file_pipe_create_ex()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/ |
H A D | pipe.c | 27 APR_DECLARE(apr_status_t) apr_file_pipe_create(apr_file_t **in, apr_file_t **out, apr_pool_t *pool) in apr_file_pipe_create() function 114 if ((status = apr_file_pipe_create(in, out, pool)) != APR_SUCCESS) in apr_file_pipe_create_ex()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/ |
H A D | proc.c | 117 if ((rv = apr_file_pipe_create(&attr->child_in, &attr->parent_in, in apr_procattr_child_in_set() 147 if ((rv = apr_file_pipe_create(&attr->parent_out, &attr->child_out, in apr_procattr_child_out_set() 177 if ((rv = apr_file_pipe_create(&attr->parent_err, &attr->child_err, in apr_procattr_child_err_set()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/ |
H A D | proc.c | 352 if ((rv = apr_file_pipe_create(&attr->child_in, &attr->parent_in, in apr_procattr_child_in_set() 380 if ((rv = apr_file_pipe_create(&attr->parent_out, &attr->child_out, in apr_procattr_child_out_set() 408 if ((rv = apr_file_pipe_create(&attr->parent_err, &attr->child_err, in apr_procattr_child_err_set()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/ |
H A D | pipe.c | 179 APR_DECLARE(apr_status_t) apr_file_pipe_create(apr_file_t **in, apr_file_t **out, apr_pool_t *pool) in apr_file_pipe_create() function 232 if ((status = apr_file_pipe_create(in, out, pool)) != APR_SUCCESS) in apr_file_pipe_create_ex()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testrand.c | 271 rv = apr_file_pipe_create(&readdatap, &writedatap, p); in rand_fork() 276 rv = apr_file_pipe_create(&readcmdp, &writecmdp, p); in rand_fork()
|
H A D | testpipe.c | 34 rv = apr_file_pipe_create(&readp, &writep, p); in create_pipe() 110 rv = apr_file_pipe_create(&readp, &writep, p); in read_write_notimeout()
|
H A D | testcond.c | 439 rv = apr_file_pipe_create(&in, &out, p); in pipe_producer_consumer()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/ |
H A D | proc.c | 101 if ((rv = apr_file_pipe_create(&attr->child_in, &attr->parent_in, in apr_procattr_child_in_set() 135 if ((rv = apr_file_pipe_create(&attr->parent_out, &attr->child_out, in apr_procattr_child_out_set() 169 if ((rv = apr_file_pipe_create(&attr->parent_err, &attr->child_err, in apr_procattr_child_err_set()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/ |
H A D | proc.c | 120 if ((rv = apr_file_pipe_create(&attr->child_in, &attr->parent_in, in apr_procattr_child_in_set() 149 if ((rv = apr_file_pipe_create(&attr->parent_out, &attr->child_out, in apr_procattr_child_out_set() 178 if ((rv = apr_file_pipe_create(&attr->parent_err, &attr->child_err, in apr_procattr_child_err_set()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/poll/unix/ |
H A D | pollset.c | 75 if ((rv = apr_file_pipe_create(&pollset->wakeup_pipe[0], in create_wakeup_pipe()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_file_io.h | 700 APR_DECLARE(apr_status_t) apr_file_pipe_create(apr_file_t **in,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/ |
H A D | pipe.c | 66 APR_DECLARE(apr_status_t) apr_file_pipe_create(apr_file_t **in, in apr_file_pipe_create() function
|