Searched defs:APR_IMPLEMENT_INHERIT_SET (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/ |
H A D | apr_arch_inherit.h | 27 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \ macro 74 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \ macro 102 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \ macro
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/ |
H A D | apr_arch_inherit.h | 24 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \ macro
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/ |
H A D | apr_arch_inherit.h | 24 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \ macro
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/ |
H A D | open.c | 378 APR_IMPLEMENT_INHERIT_SET(file, flags, pool, apr_unix_file_cleanup) in APR_IMPLEMENT_INHERIT_SET() function
|