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 D | filestat.c | 244 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 D | testud.c | 40 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 D | threadpriv.c | 66 return apr_pool_userdata_set(data, key, cleanup, threadkey->pool); in apr_threadkey_data_set()
|
H A D | thread.c | 214 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 D | threadpriv.c | 77 return apr_pool_userdata_set(data, key, cleanup, threadkey->pool); in apr_threadkey_data_set()
|
H A D | thread.c | 206 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 D | threadpriv.c | 79 return apr_pool_userdata_set(data, key, cleanup, threadkey->pool); in apr_threadkey_data_set()
|
H A D | thread.c | 203 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 D | threadpriv.c | 90 return apr_pool_userdata_set(data, key, cleanup, threadkey->pool); in apr_threadkey_data_set()
|
H A D | thread.c | 276 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 D | fileacc.c | 118 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 D | threadpriv.c | 159 return apr_pool_userdata_set(data, key, cleanup, threadkey->pool); in apr_threadkey_data_set()
|
H A D | thread.c | 174 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 D | apr_pools.h | 563 APR_DECLARE(apr_status_t) apr_pool_userdata_set(const void *data,
|
/aosp_15_r20/external/curl/tests/http/testenv/mod_curltest/ |
H A D | mod_curltest.c | 70 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 D | apr_pools.c | 2128 APR_DECLARE(apr_status_t) apr_pool_userdata_set(const void *data, const char *key, in apr_pool_userdata_set() function
|