/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testdir.c | 105 apr_pool_create(&td1.pool, p); in test_mkdir_recurs_parallel() 106 apr_pool_create(&td2.pool, p); in test_mkdir_recurs_parallel() 107 apr_pool_create(&td3.pool, p); in test_mkdir_recurs_parallel() 108 apr_pool_create(&td4.pool, p); in test_mkdir_recurs_parallel()
|
H A D | echod.c | 45 if (apr_pool_create(&pool, parent) != APR_SUCCESS) in talkTalk() 123 apr_pool_create(&pool, NULL); in main()
|
H A D | testpools.c | 71 rv = apr_pool_create(&pmain, NULL); in parent_pool() 80 rv = apr_pool_create(&pchild, pmain); in child_pool()
|
H A D | testtable.c | 65 apr_pool_create(&subp, p); in table_getm() 186 apr_pool_create(&subp, p); in table_overlap2()
|
H A D | occhild.c | 18 apr_pool_create(&p, NULL); in main()
|
H A D | tryread.c | 34 apr_pool_create(&p, NULL); in main()
|
H A D | testutil.c | 43 apr_pool_create(&p, NULL); in initialize()
|
H A D | readchild.c | 31 apr_pool_create(&p, NULL); in main()
|
H A D | globalmutexchild.c | 41 apr_pool_create(&p, NULL); in main()
|
H A D | testshmproducer.c | 48 if (apr_pool_create(&pool, NULL) != APR_SUCCESS) { in main()
|
H A D | testshmconsumer.c | 61 if (apr_pool_create(&pool, NULL) != APR_SUCCESS) { in main()
|
H A D | sockchild.c | 31 apr_pool_create(&p, NULL); in main()
|
H A D | testud.c | 78 apr_pool_create(&pool, p); in testud()
|
H A D | testmutexscope.c | 118 assert(apr_pool_create(&p, NULL) == APR_SUCCESS); in test_mech_mode()
|
H A D | sockperf.c | 225 apr_pool_create(&pool, NULL); in main()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_pools.h | 314 APR_DECLARE(apr_status_t) apr_pool_create(apr_pool_t **newpool, 318 #define apr_pool_create(newpool, parent) \ macro 322 #define apr_pool_create(newpool, parent) \ macro
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/misc/unix/ |
H A D | start.c | 58 if (apr_pool_create(&pool, NULL) != APR_SUCCESS) { in apr_initialize()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/internal/ |
H A D | testregex.c | 47 if (apr_pool_create(&context, NULL) != APR_SUCCESS) { in main()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/misc/netware/ |
H A D | start.c | 150 if (apr_pool_create(&pool, NULL) != APR_SUCCESS) { in apr_initialize()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/misc/win32/ |
H A D | start.c | 194 if (apr_pool_create(&pool, NULL) != APR_SUCCESS) { in apr_initialize()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/ |
H A D | thread.c | 110 stat = apr_pool_create(&(*new)->pool, pool); in apr_thread_create()
|
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/ |
H A D | jnilib.c | 166 if (apr_pool_create(&tcn_global_pool, NULL) != APR_SUCCESS) { in TCN_IMPLEMENT_CALL()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/ |
H A D | thread.c | 93 stat = apr_pool_create(&(*new)->pool, pool); in apr_thread_create()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/ |
H A D | thread.c | 100 stat = apr_pool_create(&(*new)->pool, pool); in apr_thread_create()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/ |
H A D | thread.c | 94 stat = apr_pool_create(&thread->pool, pool); in apr_thread_create()
|