Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7623 if ((value) != charoffset) \
7625 if ((value) < charoffset) \
7630 charoffset = (value);
7653 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local
8157 charoffset = 0; in compile_xclass_matchingpath()
8267 if (charoffset == 0) in compile_xclass_matchingpath()
8271 OP2(SLJIT_ADD, TMP2, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)charoffset); in compile_xclass_matchingpath()
8280 if (charoffset == 0) in compile_xclass_matchingpath()
8284 OP2(SLJIT_ADD, TMP2, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)charoffset); in compile_xclass_matchingpath()
8333 c = charoffset; in compile_xclass_matchingpath()
[all …]

Completed in 42 milliseconds