Searched refs:errorptr (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c1442 errorptr points to where to place error messages;
1452 pcre_study(const pcre *external_re, int options, const char **errorptr) argument
1455 pcre16_study(const pcre16 *external_re, int options, const char **errorptr)
1458 pcre32_study(const pcre32 *external_re, int options, const char **errorptr)
1473 *errorptr = NULL;
1477 *errorptr = "argument is not a compiled regular expression";
1484 *errorptr = "argument not compiled in 8 bit mode";
1486 *errorptr = "argument not compiled in 16 bit mode";
1488 *errorptr = "argument not compiled in 32 bit mode";
1495 *errorptr
[all...]
H A Dpcreposix.c271 const char *errorptr; local
285 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr,
H A Dpcre_compile.c8969 errorptr pointer to pointer to error text
8974 with errorptr and erroroffset set
8979 pcre_compile(const char *pattern, int options, const char **errorptr, argument
8983 pcre16_compile(PCRE_SPTR16 pattern, int options, const char **errorptr,
8987 pcre32_compile(PCRE_SPTR32 pattern, int options, const char **errorptr,
8992 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
8994 return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
8996 return pcre32_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
9004 const char **errorptr, int *erroroffset, const unsigned char *tables)
9008 const char **errorptr, in
9003 pcre_compile2(const char *pattern, int options, int *errorcodeptr, const char **errorptr, int *erroroffset, const unsigned char *tables) argument
[all...]

Completed in 64 milliseconds