Searched refs:erroroffset (Results 1 - 7 of 7) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_valid_utf8.c107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) argument
127 *erroroffset = (int)(p - string);
133 *erroroffset = (int)(p - string);
140 *erroroffset = (int)(p - string); /* Missing bytes */
149 *erroroffset = (int)(p - string) - 1;
164 *erroroffset = (int)(p - string) - 1;
176 *erroroffset = (int)(p - string) - 2;
181 *erroroffset = (int)(p - string) - 2;
186 *erroroffset = (int)(p - string) - 2;
198 *erroroffset
[all...]
H A Dpcre_compile.c8743 erroroffset ptr offset in pattern where error was detected
8747 with errorptr and erroroffset set
8753 int *erroroffset, const unsigned char *tables)
8757 int *erroroffset, const unsigned char *tables)
8761 int *erroroffset, const unsigned char *tables)
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, int *erroroffset, cons
8752 pcre_compile(const char *pattern, int options, const char **errorptr, int *erroroffset, const unsigned char *tables) argument
8776 pcre_compile2(const char *pattern, int options, int *errorcodeptr, const char **errorptr, int *erroroffset, const unsigned char *tables) argument
[all...]
H A Dpcre_dfa_exec.c3341 int erroroffset; local
3342 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset);
3347 offsets[0] = erroroffset;
H A Dpcre_exec.c6431 int erroroffset; local
6432 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset);
6437 offsets[0] = erroroffset;
/forgerock/web-agents-v4/source/
H A Dconfig_xml.c516 int erroroffset; local
528 x = pcre_compile("(?<=\\[)(.+?)(?=\\])\\]\\s*\\=\\s*(.+)", 0, &error, &erroroffset, NULL);
H A Dprocess.c492 int erroroffset; local
499 0, &error, &erroroffset, NULL);
H A Dutility.c187 int erroroffset, rc = -1; local
194 x = pcre_compile(pattern, 0, &error, &erroroffset, NULL);

Completed in 134 milliseconds