Home
last modified time | relevance | path

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

/external/bison/lib/
Dfd-hook.h66 typedef int (*close_hook_fn) (const struct fd_hook *remaining_list, typedef
105 extern void register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook,
Dfd-hook.c71 register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link) in register_fd_hook()