Lines Matching refs:erroroffset
4725 cb->erroroffset = (PCRE2_SIZE)(ptr - cb->start_pattern); in parse_regex()
5244 cb->erroroffset = name - cb->start_pattern; in find_dupname_details()
6295 cb->erroroffset = offset + i; in compile_branch()
6304 cb->erroroffset = offset; in compile_branch()
6362 cb->erroroffset = offset; in compile_branch()
6533 cb->erroroffset = offset; in compile_branch()
6550 cb->erroroffset = offset; in compile_branch()
6715 cb->erroroffset = offset; in compile_branch()
7681 cb->erroroffset = offset; in compile_branch()
7720 cb->erroroffset = offset; in compile_branch()
9239 cb->erroroffset = offset; in get_branchlength()
9281 cb->erroroffset = offset; in get_branchlength()
9471 if (cb->erroroffset == PCRE2_UNSET) cb->erroroffset = offset; in set_lookbehind_lengths()
9516 cb->erroroffset = PCRE2_UNSET; in check_lookbehinds()
9671 int *errorptr, PCRE2_SIZE *erroroffset, pcre2_compile_context *ccontext) in pcre2_compile() argument
9725 if (errorptr == NULL || erroroffset == NULL) return NULL; in pcre2_compile()
9727 *erroroffset = 0; in pcre2_compile()
9793 cb.erroroffset = 0; in pcre2_compile()
9948 (errorcode = PRIV(valid_utf)(pattern, patlen, erroroffset)) != 0) in pcre2_compile()
10083 cb.erroroffset = 0; in pcre2_compile()
10131 cb.erroroffset = patlen; /* For any subsequent errors that do not set it */ in pcre2_compile()
10519 ptr = pattern + cb.erroroffset; in pcre2_compile()
10522 *erroroffset = ptr - pattern; in pcre2_compile()