Searched refs:emptymatch (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 7537 struct jump_list *emptymatch = NULL; in compile_bracketpos_matchingpath() local 7710 add_jump(compiler, &emptymatch, CMP(SLJIT_EQUAL, TMP1, 0, STR_PTR, 0)); in compile_bracketpos_matchingpath() 7741 add_jump(compiler, &emptymatch, CMP(SLJIT_EQUAL, TMP1, 0, STR_PTR, 0)); in compile_bracketpos_matchingpath() 7800 set_jumps(emptymatch, LABEL()); in compile_bracketpos_matchingpath()
|