Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c70 void *continue_match; member
96 void *continue_match; member
2264 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()