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.c12038 struct sljit_label *empty_match_backtrack_label = NULL; in jit_compile() local
12371 empty_match_backtrack_label = LABEL(); in jit_compile()
12444 JUMPTO(SLJIT_NOT_ZERO, empty_match_backtrack_label); in jit_compile()
12449 JUMPTO(SLJIT_JUMP, empty_match_backtrack_label); in jit_compile()