Searched refs:braminzero (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 7002 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() 7126 …braminzero = 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 45 milliseconds