Home
last modified time | relevance | path

Searched refs:apr_pool_cleanup_run (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestpools.c121 rv = apr_pool_cleanup_run(p, NULL, success_cleanup); in test_cleanups()
123 rv = apr_pool_cleanup_run(p, checker_data, checker_cleanup); in test_cleanups()
125 rv = apr_pool_cleanup_run(p, NULL, checker_cleanup); in test_cleanups()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/beos/
H A Ddso.c55 return apr_pool_cleanup_run(handle->pool, handle, dso_cleanup); in apr_dso_unload()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/
H A Dthread_mutex.c133 return apr_pool_cleanup_run(mutex->pool, mutex, thread_mutex_cleanup); in apr_thread_mutex_destroy()
H A Dthread_cond.c130 return apr_pool_cleanup_run(cond->pool, cond, thread_cond_cleanup); in apr_thread_cond_destroy()
H A Dthread_rwlock.c137 return apr_pool_cleanup_run(rwlock->pool, rwlock, thread_rwlock_cleanup); in apr_thread_rwlock_destroy()
H A Dglobal_mutex.c175 return apr_pool_cleanup_run(mutex->pool, mutex, global_mutex_cleanup); in apr_global_mutex_destroy()
H A Dproc_mutex.c25 return apr_pool_cleanup_run(mutex->pool, mutex, apr_proc_mutex_cleanup); in apr_proc_mutex_destroy()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/os390/
H A Ddso.c80 return apr_pool_cleanup_run(handle->pool, handle, dso_cleanup); in apr_dso_unload()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/
H A Dthread_mutex.c132 return apr_pool_cleanup_run(mutex->pool, mutex, thread_mutex_cleanup); in apr_thread_mutex_destroy()
H A Dthread_rwlock.c162 return apr_pool_cleanup_run(rwlock->pool, rwlock, thread_rwlock_cleanup); in apr_thread_rwlock_destroy()
H A Dthread_cond.c61 return apr_pool_cleanup_run(cond->pool, cond, thread_cond_cleanup); in apr_thread_cond_destroy()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/os2/
H A Ddso.c68 return apr_pool_cleanup_run(handle->cont, handle, dso_cleanup); in apr_dso_unload()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/mmap/unix/
H A Dmmap.c169 return apr_pool_cleanup_run(mm->cntxt, mm, mmap_cleanup); in apr_mmap_delete()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/netware/
H A Ddso.c103 return apr_pool_cleanup_run(handle->pool, handle, dso_cleanup); in apr_dso_unload()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/win32/
H A Ddso.c131 return apr_pool_cleanup_run(handle->cont, handle, dso_cleanup); in apr_dso_unload()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/mmap/win32/
H A Dmmap.c158 return apr_pool_cleanup_run(mm->cntxt, mm, mmap_cleanup); in apr_mmap_delete()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/unix/
H A Ddso.c169 return apr_pool_cleanup_run(handle->pool, handle, dso_cleanup); in apr_dso_unload()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Ddir.c102 return apr_pool_cleanup_run(thedir->pool, thedir, dir_cleanup); in apr_dir_close()
H A Dopen.c255 return apr_pool_cleanup_run(file->pool, file, apr_unix_file_cleanup); in apr_file_close()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/poll/unix/
H A Dpollset.c320 return apr_pool_cleanup_run(pollset->pool, pollset, in apr_pollset_destroy()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_pools.h696 APR_DECLARE(apr_status_t) apr_pool_cleanup_run(apr_pool_t *p, void *data,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/
H A Dsockets.c183 return apr_pool_cleanup_run(thesocket->pool, thesocket, socket_cleanup); in apr_socket_close()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/aix/
H A Ddso.c151 return apr_pool_cleanup_run(handle->pool, handle, dso_cleanup); in apr_dso_unload()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/unix/
H A Dshm.c497 return apr_pool_cleanup_run(m->pool, m, shm_cleanup_owner); in apr_shm_destroy()
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/
H A Dsslcontext.c325 int result = apr_pool_cleanup_run(c->pool, c, ssl_context_cleanup); in TCN_IMPLEMENT_CALL()

12