Searched refs:hook (Results 1 – 9 of 9) sorted by relevance
369 ud_set_input_hook(register struct ud* u, int (*hook)(struct ud*)) in ud_set_input_hook()372 u->inp_hook = hook; in ud_set_input_hook()
227 fcgi_req_hook hook; member899 req->hook.on_accept = on_accept ? on_accept : fcgi_hook_dummy;900 req->hook.on_read = on_read ? on_read : fcgi_hook_dummy;901 req->hook.on_close = on_close ? on_close : fcgi_hook_dummy;1313 req->hook.on_close();1374 req->hook.on_accept();1482 req->hook.on_read();
9 implemented as a SAPI hook and is called from the `treat_data` and post handler
315 Some great great pains have been taken to hook into the Zend memory manager to
1770 # eval: (add-hook 'before-save-hook 'time-stamp)
42 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
481 lua_Hook hook; member2298 L->hook=NULL;
22576 # boot connection vector; an offset to a routine that hook into INT 9h, INT 10h, or INT 13h22581 # bootstrap entry point/vector (BEV); offset to a routine (like RPL) that hook into INT 19h
Completed in 400 milliseconds