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

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

Completed in 892 milliseconds