Searched refs:emptymatch (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 10790 struct jump_list *emptymatch = NULL; in compile_bracketpos_matchingpath() local 10963 add_jump(compiler, &emptymatch, CMP(SLJIT_EQUAL, TMP1, 0, STR_PTR, 0)); in compile_bracketpos_matchingpath() 10994 add_jump(compiler, &emptymatch, CMP(SLJIT_EQUAL, TMP1, 0, STR_PTR, 0)); in compile_bracketpos_matchingpath() 11053 set_jumps(emptymatch, LABEL()); in compile_bracketpos_matchingpath()
|