Home
last modified time | relevance | path

Searched refs:apr_os2_select (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/
H A Dapr_arch_os2calls.h22 extern int (*apr_os2_select)(int *, int, int, int, long);
42 #define select apr_os2_select
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/os2/
H A Dos2calls.c26 int (*apr_os2_select)(int *, int, int, int, long) = NULL; variable
63 rc = DosQueryProcAddr(hSO32DLL, 0, "SELECT", &apr_os2_select); in os2_fn_link()