Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
Dmusl_preinit.c567 on_end_func_t end_func = (on_end_func_t)(function_of_shared_lib[ON_END_FUNCTION]); in __uninstal_malloc_hook() local
568 if (end_func) { in __uninstal_malloc_hook()
569 end_func(); in __uninstal_malloc_hook()
612 on_end_func_t end_func = (on_end_func_t)(function_of_shared_lib[ON_END_FUNCTION]); in __install_memleak_tracker_hook() local
613 if (end_func) { in __install_memleak_tracker_hook()
614 end_func(); in __install_memleak_tracker_hook()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h114 typedef void (*end_func) (void *ptr, uint32_t val); typedef
152 end_func function_atend; /* iterator completion function */
Dsctp_pcb.h867 end_func ef,
Dsctp_pcb.c8059 end_func ef,