Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c13480 struct sljit_label *empty_match_backtrack_label = NULL; in jit_compile() local
13829 empty_match_backtrack_label = LABEL(); in jit_compile()
13902 JUMPTO(SLJIT_NOT_ZERO, empty_match_backtrack_label); in jit_compile()
13907 JUMPTO(SLJIT_JUMP, empty_match_backtrack_label); in jit_compile()