Home
last modified time | relevance | path

Searched refs:apr_pool_userdata_get (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestud.c49 rv = apr_pool_userdata_get(&retdata, "TEST", pool); in get_userdata()
59 rv = apr_pool_userdata_get(&retdata, "DOESNTEXIST", pool); in get_nonexistkey()
69 rv = apr_pool_userdata_get(&retdata, "DOESNTEXIST", pool); in post_pool_clear()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/netware/
H A Dfilestat.c250 apr_pool_userdata_get((void**)&statCache, "STAT_CACHE", gPool); in cstat()
251 apr_pool_userdata_get((void**)&rwlock, "STAT_CACHE_LOCK", gPool); in cstat()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/
H A Dthreadpriv.c59 return apr_pool_userdata_get(data, key, threadkey->pool); in apr_threadkey_data_get()
H A Dthread.c205 return apr_pool_userdata_get(data, key, thread->pool); in apr_thread_data_get()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/
H A Dthreadpriv.c70 return apr_pool_userdata_get(data, key, threadkey->pool); in apr_threadkey_data_get()
H A Dthread.c199 return apr_pool_userdata_get(data, key, thread->pool); in apr_thread_data_get()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
H A Dthreadpriv.c72 return apr_pool_userdata_get(data, key, threadkey->pool); in apr_threadkey_data_get()
H A Dthread.c190 return apr_pool_userdata_get(data, key, thread->pool); in apr_thread_data_get()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
H A Dthreadpriv.c83 return apr_pool_userdata_get(data, key, threadkey->pool); in apr_threadkey_data_get()
H A Dthread.c269 return apr_pool_userdata_get(data, key, thread->pool);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dfileacc.c111 return apr_pool_userdata_get(data, key, file->pool); in apr_file_data_get()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/
H A Dthreadpriv.c152 return apr_pool_userdata_get(data, key, threadkey->pool); in apr_threadkey_data_get()
H A Dthread.c167 return apr_pool_userdata_get(data, key, thread->pool); in apr_thread_data_get()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_pools.h600 APR_DECLARE(apr_status_t) apr_pool_userdata_get(void **data, const char *key,
/aosp_15_r20/external/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c67 apr_pool_userdata_get(&data, key, s->process->pool); in curltest_post_config()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/memory/unix/
H A Dapr_pools.c2173 APR_DECLARE(apr_status_t) apr_pool_userdata_get(void **data, const char *key, in apr_pool_userdata_get() function