Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c7002 struct sljit_jump *braminzero = NULL; in compile_bracket_matchingpath() local
7105 braminzero = CMP(SLJIT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0); in compile_bracket_matchingpath()
7120 braminzero = CMP(SLJIT_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr); in compile_bracket_matchingpath()
7126braminzero = CMP(SLJIT_EQUAL, STR_PTR, 0, SLJIT_MEM1(TMP1), (BACKTRACK_AS(bracket_backtrack)->u.fr… in compile_bracket_matchingpath()
7491 if (braminzero != NULL) in compile_bracket_matchingpath()
7493 JUMPHERE(braminzero); in compile_bracket_matchingpath()

Completed in 25 milliseconds