Searched refs:os2_socket_init (Results 1 – 1 of 1) sorted by relevance
23 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