Home
last modified time | relevance | path

Searched refs:SocketDispatchType (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_socket_preinit_common.h8 extern struct SocketDispatchType __musl_libc_socket_dispatch;
9 extern struct SocketDispatchType __libc_socket_default_dispatch;
60 inline volatile const struct SocketDispatchType* get_socket_dispatch() in get_socket_dispatch()
63 volatile const struct SocketDispatchType* ret = (struct SocketDispatchType *)__current_dispatch; in get_socket_dispatch()
H A Dmusl_socket_preinit_common.c6 struct SocketDispatchType __musl_libc_socket_dispatch;
10 struct SocketDispatchType __libc_socket_default_dispatch = {
H A Dmusl_socket_dispatch.h15 struct SocketDispatchType struct
H A Dsocket_common.c9 volatile const struct SocketDispatchType* dispatch = get_socket_dispatch(); in socket()
H A Dmusl_socket_preinit.c19 typedef bool (*init_func_type)(const struct SocketDispatchType*, bool*, const char*);
/third_party/musl/src/hook/linux/
H A Dmusl_socket_preinit_common.h23 extern struct SocketDispatchType __musl_libc_socket_dispatch;
24 extern struct SocketDispatchType __libc_socket_default_dispatch;
75 inline volatile const struct SocketDispatchType* get_socket_dispatch() in get_socket_dispatch()
78 volatile const struct SocketDispatchType* ret = (struct SocketDispatchType *)__current_dispatch; in get_socket_dispatch()
H A Dmusl_socket_preinit_common.c21 struct SocketDispatchType __musl_libc_socket_dispatch;
25 struct SocketDispatchType __libc_socket_default_dispatch = {
H A Dmusl_socket_dispatch.h37 struct SocketDispatchType struct
H A Dsocket_common.c24 volatile const struct SocketDispatchType* dispatch = get_socket_dispatch(); in socket()
H A Dmusl_socket_preinit.c34 typedef bool (*init_func_type)(const struct SocketDispatchType*, bool*, const char*);

Completed in 4 milliseconds