Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/os2/
H A Dos2calls.c25 int (*apr_os2_socket)(int, int, int) = os2_socket_init; variable
51 if (apr_os2_socket == os2_socket_init) { in os2_fn_link()
60 rc = DosQueryProcAddr(hSO32DLL, 0, "SOCKET", &apr_os2_socket); in os2_fn_link()
130 return apr_os2_socket(domain, type, protocol); in os2_socket_init()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/
H A Dapr_arch_os2calls.h21 extern int (*apr_os2_socket)(int, int, int);
41 #define socket apr_os2_socket