Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c418 jump_list *casefulcmp; member
6001 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
6013 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
10261 if (common->casefulcmp != NULL) in PRIV()
10263 set_jumps(common->casefulcmp, LABEL()); in PRIV()