Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/os2/
H A Dos2calls.c23 static int os2_socket_init(int, int ,int);
25 int (*apr_os2_socket)(int, int, int) = os2_socket_init;
51 if (apr_os2_socket == os2_socket_init) { in os2_fn_link()
126 static int os2_socket_init(int domain, int type, int protocol) in os2_socket_init() function