Searched refs:errorcodeptr (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist/
H A Dpcre_compile.c993 errorcodeptr points to the errorcode variable
1001 on error, errorcodeptr is set
1005 check_escape(const pcre_uchar **ptrptr, pcre_uint32 *chptr, int *errorcodeptr, argument
1020 if (c == CHAR_NULL) *errorcodeptr = ERR1;
1053 *errorcodeptr = ERR37;
1087 *errorcodeptr = ERR76;
1089 else if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73;
1093 *errorcodeptr = ERR37;
1098 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) *errorcodeptr = ERR37;
1166 *errorcodeptr
1511 get_ucp(const pcre_uchar **ptrptr, BOOL *negptr, unsigned int *ptypeptr, unsigned int *pdataptr, int *errorcodeptr) argument
1607 read_repeat_counts(const pcre_uchar *p, int *minp, int *maxp, int *errorcodeptr) argument
4452 compile_branch(int *optionsptr, pcre_uchar **codeptr, const pcre_uchar **ptrptr, int *errorcodeptr, pcre_uint32 *firstcharptr, pcre_int32 *firstcharflagsptr, pcre_uint32 *reqcharptr, pcre_int32 *reqcharflagsptr, branch_chain *bcptr, int cond_depth, compile_data *cd, int *lengthptr) argument
8243 compile_regex(int options, pcre_uchar **codeptr, const pcre_uchar **ptrptr, int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes, int cond_depth, pcre_uint32 *firstcharptr, pcre_int32 *firstcharflagsptr, pcre_uint32 *reqcharptr, pcre_int32 *reqcharflagsptr, branch_chain *bcptr, compile_data *cd, int *lengthptr) argument
8984 pcre_compile2(const char *pattern, int options, int *errorcodeptr, const char **errorptr, int *erroroffset, const unsigned char *tables) argument
[all...]
H A Dpcregexp.pas342 var errorcodeptr : Integer;

Completed in 47 milliseconds