Searched refs:continue_match (Results 1 – 1 of 1) sorted by relevance
70 void *continue_match; member96 void *continue_match; member2264 compiler_common.machine->continue_match = sljit_generate_code(compiler_common.compiler); in regex_compile()2272 …printf("Continue match: %p Init match: %p\n\n", compiler_common.machine->continue_match, compiler_… in regex_compile()2274 if (compiler_common.machine->continue_match) { in regex_compile()2313 sljit_free_code(machine->continue_match); in regex_free_machine()2389 match->u.continue_match = machine->continue_match; in regex_begin_match()