Home
last modified time | relevance | path

Searched refs:hook (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/opcache/jit/libudis86/
H A Dudis86.c369 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()
/PHP-8.0/main/
H A Dfastcgi.c227 fcgi_req_hook hook; member
900 req->hook.on_accept = on_accept ? on_accept : fcgi_hook_dummy; in fcgi_init_request()
901 req->hook.on_read = on_read ? on_read : fcgi_hook_dummy; in fcgi_init_request()
902 req->hook.on_close = on_close ? on_close : fcgi_hook_dummy; in fcgi_init_request()
1314 req->hook.on_close(); in fcgi_close()
1375 req->hook.on_accept();
1473 req->hook.on_read();
/PHP-8.0/docs/
H A Dinput-filter.md9 implemented as a SAPI hook and is called from the `treat_data` and post handler
H A Dstreams.md315 Some great great pains have been taken to hook into the Zend memory manager to
/PHP-8.0/
H A DUPGRADING.INTERNALS409 generated at the start of a function. Use the new observer APIs or hook
/PHP-8.0/build/
H A Dconfig.guess1744 # eval: (add-hook 'before-save-hook 'time-stamp)
H A Dlibtool.m442 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c481 lua_Hook hook; member
2298 L->hook=NULL;

Completed in 59 milliseconds