Searched defs:reset_match (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c420 jump_list *reset_match; member in struct:compiler_common
9376 add_jump(compiler, &common->reset_match, CMP(SLJIT_C_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, -1));
9384 add_jump(compiler, &common->reset_match, JUMP(SLJIT_JUMP));
10271 if (common->reset_match != NULL)
10273 set_jumps(common->reset_match, LABEL());

Completed in 45 milliseconds