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

/barrelfish-2018-10-04/lib/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.c8970 erroroffset ptr offset in pattern where error was detected
8974 with errorptr and erroroffset set
8980 int *erroroffset, const unsigned char *tables)
8984 int *erroroffset, const unsigned char *tables)
8988 int *erroroffset, const unsigned char *tables)
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, int *erroroffset, cons
8979 pcre_compile(const char *pattern, int options, const char **errorptr, int *erroroffset, const unsigned char *tables) argument
9003 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.c3342 int erroroffset; local
3343 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset);
3348 offsets[0] = erroroffset;
H A Dpcre_exec.c6443 int erroroffset; local
6444 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset);
6449 offsets[0] = erroroffset;

Completed in 74 milliseconds