Searched refs:charoffset (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 7478 if ((value) != charoffset) \ 7480 if ((value) < charoffset) \ 7485 charoffset = (value); 7509 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local 7955 charoffset = 0; in compile_xclass_matchingpath() 7974 OP2U(SLJIT_SUB | SLJIT_SET_Z, TMP1, 0, SLJIT_IMM, (sljit_sw)(c - charoffset)); in compile_xclass_matchingpath() 7980 OP2U(SLJIT_SUB | SLJIT_SET_Z, TMP1, 0, SLJIT_IMM, (sljit_sw)(c - charoffset)); in compile_xclass_matchingpath() 8103 if (charoffset == 0) in compile_xclass_matchingpath() 8107 OP2(SLJIT_ADD, TMP2, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)charoffset); in compile_xclass_matchingpath() 8116 if (charoffset == 0) in compile_xclass_matchingpath() [all …]
|
Completed in 51 milliseconds