| regexJIT.c | 97 void (SLJIT_CALL *call_continue)(struct regex_match *match, const regex_char_t *input_string, int length); member in union:regex_match::__anon6344 2425 match->u.call_continue(match, input_string, length); 2506 match->u.call_continue(match, input_string, 1);
|