Home
last modified time | relevance | path

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

/PHP-8.2/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.c6450 cb->erroroffset = offset; in compile_branch()
7774 cb->erroroffset = offset; in compile_branch()
7813 cb->erroroffset = offset; in compile_branch()
9373 cb->erroroffset = offset; in get_branchlength()
9563 if (cb->erroroffset == PCRE2_UNSET) cb->erroroffset = offset; in set_lookbehind_lengths()
9608 cb->erroroffset = PCRE2_UNSET; in check_lookbehinds()
9819 *erroroffset = 0; in pcre2_compile()
9885 cb.erroroffset = 0; in pcre2_compile()
10175 cb.erroroffset = 0; in pcre2_compile()
10611 ptr = pattern + cb.erroroffset; in pcre2_compile()
[all …]
H A Dpcre2_convert.c1093 PCRE2_SIZE erroroffset; in pcre2_pattern_convert() local
1094 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()
1097 *bufflenptr = erroroffset; in pcre2_pattern_convert()
H A Dpcre2_intmodedep.h728 PCRE2_SIZE erroroffset; /* Offset of error in pattern */ member

Completed in 74 milliseconds