Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_valid_utf.c67 (void)erroroffset; in PRIV()
174 *erroroffset = (int)(p - string) - 1; in PRIV()
189 *erroroffset = (int)(p - string) - 1; in PRIV()
201 *erroroffset = (int)(p - string) - 2; in PRIV()
206 *erroroffset = (int)(p - string) - 2; in PRIV()
312 *erroroffset = (int)(p - string) - ab; in PRIV()
343 *erroroffset = p - string; in PRIV()
350 *erroroffset = p - string - 1; in PRIV()
357 *erroroffset = p - string; in PRIV()
382 *erroroffset = p - string; in PRIV()
[all …]
H A Dpcre2_compile.c6452 cb->erroroffset = offset; in compile_branch()
7776 cb->erroroffset = offset; in compile_branch()
7815 cb->erroroffset = offset; in compile_branch()
9375 cb->erroroffset = offset; in get_branchlength()
9565 if (cb->erroroffset == PCRE2_UNSET) cb->erroroffset = offset; in set_lookbehind_lengths()
9610 cb->erroroffset = PCRE2_UNSET; in check_lookbehinds()
9821 *erroroffset = 0; in pcre2_compile()
9887 cb.erroroffset = 0; in pcre2_compile()
10177 cb.erroroffset = 0; in pcre2_compile()
10613 ptr = pattern + cb.erroroffset; in pcre2_compile()
[all …]
H A Dpcre2_convert.c1092 PCRE2_SIZE erroroffset; in pcre2_pattern_convert() local
1093 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()
1096 *bufflenptr = erroroffset; in pcre2_pattern_convert()
H A Dpcre2_intmodedep.h732 PCRE2_SIZE erroroffset; /* Offset of error in pattern */ member

Completed in 33 milliseconds