Home
last modified time | relevance | path

Searched refs:apr_pool_create (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestdir.c105 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 Dechod.c45 if (apr_pool_create(&pool, parent) != APR_SUCCESS) in talkTalk()
123 apr_pool_create(&pool, NULL); in main()
H A Dtestpools.c71 rv = apr_pool_create(&pmain, NULL); in parent_pool()
80 rv = apr_pool_create(&pchild, pmain); in child_pool()
H A Dtesttable.c65 apr_pool_create(&subp, p); in table_getm()
186 apr_pool_create(&subp, p); in table_overlap2()
H A Docchild.c18 apr_pool_create(&p, NULL); in main()
H A Dtryread.c34 apr_pool_create(&p, NULL); in main()
H A Dtestutil.c43 apr_pool_create(&p, NULL); in initialize()
H A Dreadchild.c31 apr_pool_create(&p, NULL); in main()
H A Dglobalmutexchild.c41 apr_pool_create(&p, NULL); in main()
H A Dtestshmproducer.c48 if (apr_pool_create(&pool, NULL) != APR_SUCCESS) { in main()
H A Dtestshmconsumer.c61 if (apr_pool_create(&pool, NULL) != APR_SUCCESS) { in main()
H A Dsockchild.c31 apr_pool_create(&p, NULL); in main()
H A Dtestud.c78 apr_pool_create(&pool, p); in testud()
H A Dtestmutexscope.c118 assert(apr_pool_create(&p, NULL) == APR_SUCCESS); in test_mech_mode()
H A Dsockperf.c225 apr_pool_create(&pool, NULL); in main()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_pools.h314 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 Dstart.c58 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 Dtestregex.c47 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 Dstart.c150 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 Dstart.c194 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 Dthread.c110 stat = apr_pool_create(&(*new)->pool, pool); in apr_thread_create()
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/
H A Djnilib.c166 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 Dthread.c93 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 Dthread.c100 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 Dthread.c94 stat = apr_pool_create(&thread->pool, pool); in apr_thread_create()

12