Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c10760 struct sljit_jump *braminzero = NULL; in compile_bracket_matchingpath() local
10858 braminzero = CMP(SLJIT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0); in compile_bracket_matchingpath()
10871 braminzero = CMP(SLJIT_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr); in compile_bracket_matchingpath()
10877braminzero = CMP(SLJIT_EQUAL, STR_PTR, 0, SLJIT_MEM1(TMP1), STACK(-BACKTRACK_AS(bracket_backtrack)… in compile_bracket_matchingpath()
11299 if (braminzero != NULL) in compile_bracket_matchingpath()
11301 JUMPHERE(braminzero); in compile_bracket_matchingpath()

Completed in 29 milliseconds