Home | History | Annotate | Download | only in dist

Lines Matching refs:erroroffset

107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset)
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 = (int)(p - string) - 2;
203 *erroroffset = (int)(p - string) - 3;
208 *erroroffset = (int)(p - string) - 3;
213 *erroroffset = (int)(p - string) - 3;
229 *erroroffset = (int)(p - string) - 2;
234 *erroroffset = (int)(p - string) - 3;
239 *erroroffset = (int)(p - string) - 4;
244 *erroroffset = (int)(p - string) - 4;
255 *erroroffset = (int)(p - string) - 2;
260 *erroroffset = (int)(p - string) - 3;
265 *erroroffset = (int)(p - string) - 4;
270 *erroroffset = (int)(p - string) - 5;
275 *erroroffset = (int)(p - string) - 5;
287 *erroroffset = (int)(p - string) - ab;
295 (void)(erroroffset);