Home
last modified time | relevance | path

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

/external/bison/lib/
Dfd-hook.c71 register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link) in register_fd_hook() argument
73 if (close_hook == NULL) in register_fd_hook()
74 close_hook = execute_close_hooks; in register_fd_hook()
83 link->private_close_fn = close_hook; in register_fd_hook()
91 if (link->private_close_fn != close_hook in register_fd_hook()
Dfd-hook.h105 extern void register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook,