Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c11136 PCRE2_UCHAR charpos_char; in compile_iterator_matchingpath() local
11320 charpos_char = 0; in compile_iterator_matchingpath()
11339 charpos_char = end[1]; in compile_iterator_matchingpath()
11350 charpos_char |= charpos_othercasebit; in compile_iterator_matchingpath()
11353 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.chr = charpos_char; in compile_iterator_matchingpath()
11380 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, charpos_char, label); in compile_iterator_matchingpath()
11405 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, charpos_char, label); in compile_iterator_matchingpath()
11411 jump = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, charpos_char); in compile_iterator_matchingpath()

Completed in 29 milliseconds