Searched refs:erroroffset (Results 1 – 4 of 4) sorted by relevance
67 (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 …]
6340 cb->erroroffset = offset; in compile_branch()7659 cb->erroroffset = offset; in compile_branch()7698 cb->erroroffset = offset; in compile_branch()9249 cb->erroroffset = offset; in get_branchlength()9439 if (cb->erroroffset == PCRE2_UNSET) cb->erroroffset = offset; in set_lookbehind_lengths()9484 cb->erroroffset = PCRE2_UNSET; in check_lookbehinds()9695 *erroroffset = 0; in pcre2_compile()9761 cb.erroroffset = 0; in pcre2_compile()10051 cb.erroroffset = 0; in pcre2_compile()10486 ptr = pattern + cb.erroroffset; in pcre2_compile()[all …]
1093 PCRE2_SIZE erroroffset; in pcre2_pattern_convert() local1094 rc = PRIV(valid_utf)(pattern, plength, &erroroffset); in pcre2_pattern_convert()1097 *bufflenptr = erroroffset; in pcre2_pattern_convert()
728 PCRE2_SIZE erroroffset; /* Offset of error in pattern */ member
Completed in 35 milliseconds