Home
last modified time | relevance | path

Searched refs:inp_hook (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/opcache/jit/libudis86/
H A Dudis86.c351 u->inp_hook = NULL; in ud_inp_init()
372 u->inp_hook = hook; in ud_set_input_hook()
406 u->inp_hook = inp_file_hook; in ud_set_input_file()
425 int c = u->inp_hook(u); in ud_input_skip()
H A Dtypes.h176 int (*inp_hook) (struct ud*); member
H A Ddecode.c93 if ((c = u->inp_hook(u)) != UD_EOI) { in inp_peek()
115 if (c != UD_EOI || (c = u->inp_hook(u)) != UD_EOI) { in inp_next()

Completed in 10 milliseconds