Home
last modified time | relevance | path

Searched refs:apr_os2_sock_errno (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.h23 extern int (*apr_os2_sock_errno)();
43 #define sock_errno apr_os2_sock_errno
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/os2/
H A Dos2calls.c27 int (*apr_os2_sock_errno)() = NULL; variable
66 rc = DosQueryProcAddr(hSO32DLL, 0, "SOCK_ERRNO", &apr_os2_sock_errno); in os2_fn_link()