Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c480 jump_list *casefulcmp; member
9396 add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CALL)); in compile_ref_matchingpath()
9408 add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CALL)); in compile_ref_matchingpath()
14245 if (common->casefulcmp != NULL) in jit_compile()
14247 set_jumps(common->casefulcmp, LABEL()); in jit_compile()

Completed in 15 milliseconds