Home | History | Annotate | Download | only in dist

Lines Matching full:errorptr

8950   errorptr      pointer to pointer to error text
8955 with errorptr and erroroffset set
8960 pcre_compile(const char *pattern, int options, const char **errorptr,
8964 pcre16_compile(PCRE_SPTR16 pattern, int options, const char **errorptr,
8968 pcre32_compile(PCRE_SPTR32 pattern, int options, const char **errorptr,
8973 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
8975 return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
8977 return pcre32_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
8985 const char **errorptr, int *erroroffset, const unsigned char *tables)
8989 const char **errorptr, int *erroroffset, const unsigned char *tables)
8993 const char **errorptr, int *erroroffset, const unsigned char *tables)
9032 /* We can't pass back an error message if errorptr is NULL; I guess the best we
9036 if (errorptr == NULL)
9042 *errorptr = NULL;
9564 *errorptr = find_error_text(errorcode);
9702 *errorptr = find_error_text(ERR23);