Home
last modified time | relevance | path

Searched refs:errorcodeptr (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist/
Dpcre_compile.c995 check_escape(const pcre_uchar **ptrptr, pcre_uint32 *chptr, int *errorcodeptr, in check_escape() argument
1010 if (c == CHAR_NULL) *errorcodeptr = ERR1; in check_escape()
1043 *errorcodeptr = ERR37; in check_escape()
1077 *errorcodeptr = ERR76; in check_escape()
1079 else if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; in check_escape()
1083 *errorcodeptr = ERR37; in check_escape()
1088 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) *errorcodeptr = ERR37; in check_escape()
1156 *errorcodeptr = ERR61; in check_escape()
1162 *errorcodeptr = ERR57; in check_escape()
1168 *errorcodeptr = ERR58; in check_escape()
[all …]
Dpcregexp.pas342 var errorcodeptr : Integer;
/external/pcre/dist/doc/
Dpcre.txt204 int *errorcodeptr,
536 int *errorcodeptr,
1585 int *errorcodeptr,
2023 int *errorcodeptr,
2030 errorcodeptr, via which a numerical error code can be returned. To