Home | History | Annotate | Download | only in dist

Lines Matching defs:errorcode

3342   int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset);
3343 if (errorcode != 0)
3348 offsets[1] = errorcode;
3351 return (errorcode <= PCRE_UTF8_ERR5 && (options & PCRE_PARTIAL_HARD) != 0) ?
3354 return (errorcode <= PCRE_UTF16_ERR1 && (options & PCRE_PARTIAL_HARD) != 0) ?