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

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c1400 errorptr points to where to place error messages;
1410 pcre_study(const pcre *external_re, int options, const char **errorptr) argument
1413 pcre16_study(const pcre16 *external_re, int options, const char **errorptr)
1416 pcre32_study(const pcre32 *external_re, int options, const char **errorptr)
1430 *errorptr = NULL;
1434 *errorptr = "argument is not a compiled regular expression";
1441 *errorptr = "argument not compiled in 8 bit mode";
1443 *errorptr = "argument not compiled in 16 bit mode";
1445 *errorptr = "argument not compiled in 32 bit mode";
1452 *errorptr
[all...]
H A Dpcre_compile.c8742 errorptr pointer to pointer to error text
8747 with errorptr and erroroffset set
8752 pcre_compile(const char *pattern, int options, const char **errorptr, argument
8756 pcre16_compile(PCRE_SPTR16 pattern, int options, const char **errorptr,
8760 pcre32_compile(PCRE_SPTR32 pattern, int options, const char **errorptr,
8765 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
8767 return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
8769 return pcre32_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
8777 const char **errorptr, int *erroroffset, const unsigned char *tables)
8781 const char **errorptr, in
8776 pcre_compile2(const char *pattern, int options, int *errorcodeptr, const char **errorptr, int *erroroffset, const unsigned char *tables) argument
[all...]

Completed in 49 milliseconds