/external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
D | testproc.c | 41 rv = apr_procattr_create(&attr, p); in test_create_proc() 117 rv = apr_procattr_create(&attr, p); in test_file_redir()
|
D | testshm.c | 187 rv = apr_procattr_create(&attr1, p); in test_named() 200 rv = apr_procattr_create(&attr2, p); in test_named()
|
D | testoc.c | 69 rv = apr_procattr_create(&procattr, p); in test_child_kill()
|
D | testflock.c | 35 rv = apr_procattr_create(&procattr, p); in launch_reader()
|
D | testglobalmutex.c | 31 rv = apr_procattr_create(&procattr, p); in launch_child()
|
D | testpipe.c | 142 rv = apr_procattr_create(&procattr, p); in test_pipe_writefull()
|
D | testsock.c | 35 rv = apr_procattr_create(&procattr, p); in launch_child()
|
D | sendfile.c | 151 rv = apr_procattr_create(&procattr, p); in spawn_server()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/test/ |
D | testproc.c | 41 rv = apr_procattr_create(&attr, p); in test_create_proc() 117 rv = apr_procattr_create(&attr, p); in test_file_redir()
|
D | testshm.c | 187 rv = apr_procattr_create(&attr1, p); in test_named() 200 rv = apr_procattr_create(&attr2, p); in test_named()
|
D | testoc.c | 69 rv = apr_procattr_create(&procattr, p); in test_child_kill()
|
D | testflock.c | 35 rv = apr_procattr_create(&procattr, p); in launch_reader()
|
D | testglobalmutex.c | 31 rv = apr_procattr_create(&procattr, p); in launch_child()
|
D | testpipe.c | 142 rv = apr_procattr_create(&procattr, p); in test_pipe_writefull()
|
D | testsock.c | 35 rv = apr_procattr_create(&procattr, p); in launch_child()
|
D | sendfile.c | 151 rv = apr_procattr_create(&procattr, p); in spawn_server()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/include/ |
D | apr_thread_proc.h | 398 APR_DECLARE(apr_status_t) apr_procattr_create(apr_procattr_t **new_attr,
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/ |
D | apr_thread_proc.h | 398 APR_DECLARE(apr_status_t) apr_procattr_create(apr_procattr_t **new_attr,
|
/external/cronet/tot/third_party/apache-portable-runtime/src/threadproc/beos/ |
D | proc.c | 31 APR_DECLARE(apr_status_t) apr_procattr_create(apr_procattr_t **new, apr_pool_t *pool) in apr_procattr_create() function
|
/external/cronet/stable/third_party/apache-portable-runtime/src/threadproc/netware/ |
D | proc.c | 43 APR_DECLARE(apr_status_t) apr_procattr_create(apr_procattr_t **new,apr_pool_t *pool) in apr_procattr_create() function
|
/external/cronet/stable/third_party/apache-portable-runtime/src/threadproc/beos/ |
D | proc.c | 31 APR_DECLARE(apr_status_t) apr_procattr_create(apr_procattr_t **new, apr_pool_t *pool) in apr_procattr_create() function
|
/external/cronet/tot/third_party/apache-portable-runtime/src/threadproc/netware/ |
D | proc.c | 43 APR_DECLARE(apr_status_t) apr_procattr_create(apr_procattr_t **new,apr_pool_t *pool) in apr_procattr_create() function
|
/external/cronet/stable/third_party/apache-portable-runtime/src/threadproc/os2/ |
D | proc.c | 42 APR_DECLARE(apr_status_t) apr_procattr_create(apr_procattr_t **new, apr_pool_t *pool) in apr_procattr_create() function
|
/external/cronet/tot/third_party/apache-portable-runtime/src/threadproc/unix/ |
D | proc.c | 28 APR_DECLARE(apr_status_t) apr_procattr_create(apr_procattr_t **new, in apr_procattr_create() function
|
/external/cronet/stable/third_party/apache-portable-runtime/src/threadproc/unix/ |
D | proc.c | 28 APR_DECLARE(apr_status_t) apr_procattr_create(apr_procattr_t **new, in apr_procattr_create() function
|