Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/netware/
H A Dfilestat.c244 apr_pool_userdata_set ((void*)statCache, "STAT_CACHE", stat_cache_cleanup, gPool); in cstat()
247 apr_pool_userdata_set ((void*)rwlock, "STAT_CACHE_LOCK", apr_pool_cleanup_null, gPool); in cstat()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestud.c40 rv = apr_pool_userdata_set(testdata, "TEST", string_cleanup, pool); in set_userdata()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/
H A Dthreadpriv.c66 return apr_pool_userdata_set(data, key, cleanup, threadkey->pool); in apr_threadkey_data_set()
H A Dthread.c214 return apr_pool_userdata_set(data, key, cleanup, thread->pool); in apr_thread_data_set()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/
H A Dthreadpriv.c77 return apr_pool_userdata_set(data, key, cleanup, threadkey->pool); in apr_threadkey_data_set()
H A Dthread.c206 return apr_pool_userdata_set(data, key, cleanup, thread->pool); in apr_thread_data_set()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
H A Dthreadpriv.c79 return apr_pool_userdata_set(data, key, cleanup, threadkey->pool); in apr_threadkey_data_set()
H A Dthread.c203 return apr_pool_userdata_set(data, key, cleanup, thread->pool); in apr_thread_data_set()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
H A Dthreadpriv.c90 return apr_pool_userdata_set(data, key, cleanup, threadkey->pool); in apr_threadkey_data_set()
H A Dthread.c276 return apr_pool_userdata_set(data, key, cleanup, thread->pool);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dfileacc.c118 return apr_pool_userdata_set(data, key, cleanup, file->pool); in apr_file_data_set()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/
H A Dthreadpriv.c159 return apr_pool_userdata_set(data, key, cleanup, threadkey->pool); in apr_threadkey_data_set()
H A Dthread.c174 return apr_pool_userdata_set(data, key, cleanup, thread->pool); in apr_thread_data_set()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_pools.h563 APR_DECLARE(apr_status_t) apr_pool_userdata_set(const void *data,
/aosp_15_r20/external/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c70 apr_pool_userdata_set((const void *)1, key, in curltest_post_config()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/memory/unix/
H A Dapr_pools.c2128 APR_DECLARE(apr_status_t) apr_pool_userdata_set(const void *data, const char *key, in apr_pool_userdata_set() function