Searched refs:erroffset (Results 1 – 4 of 4) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.c | 298 PCRE2_SIZE erroffset; in pcre2_regcomp() local 317 &errorcode, &erroffset, NULL); in pcre2_regcomp() 318 preg->re_erroffset = erroffset; in pcre2_regcomp()
|
D | pcre2grep.c | 3671 PCRE2_SIZE patlen, erroffset; in compile_pattern() local 3692 &erroffset, compile_context); in compile_pattern() 3708 if (erroffset > patlen) erroffset = patlen; in compile_pattern() 3714 "at offset %d: %s\n", count, fromtext, (int)erroffset, errmessbuffer); in compile_pattern() 3720 fromtext, (int)erroffset, errmessbuffer); in compile_pattern() 3723 ordin(count), fromtext, (int)erroffset, errmessbuffer); in compile_pattern()
|
/third_party/glib/glib/ |
D | gregex.c | 1661 PCRE2_SIZE erroffset; in regex_compile() local 1698 &errcode, &erroffset, NULL); in regex_compile() 1711 erroffset = g_utf8_pointer_to_offset (pattern, &pattern[erroffset]); in regex_compile() 1716 pattern, erroffset, errmsg); in regex_compile()
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 1407 PCRE2_SIZE erroffset; 1414 &erroffset, /* for error offset */ 5458 &errornumber, &erroffset, NULL);
|