Home
last modified time | relevance | path

Searched refs:SocketSocketType (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_socket_dispatch.h10 typedef int (*SocketSocketType)(int, int, int); typedef
17 SocketSocketType socket;
H A Dmusl_socket_preinit.c23 static bool init_socket_function(void* shared_library_handler, SocketSocketType* func) in init_socket_function()
27 *func = (SocketSocketType)(dlsym(shared_library_handler, symbol)); in init_socket_function()
/third_party/musl/src/hook/linux/
H A Dmusl_socket_dispatch.h32 typedef int (*SocketSocketType)(int, int, int); typedef
39 SocketSocketType socket;
H A Dmusl_socket_preinit.c38 static bool init_socket_function(void* shared_library_handler, SocketSocketType* func) in init_socket_function()
42 *func = (SocketSocketType)(dlsym(shared_library_handler, symbol)); in init_socket_function()

Completed in 3 milliseconds