Lines Matching refs:p

96 PCRE2_SPTR p;  in PRIV()  local
134 for (p = string; length > 0; p++) in PRIV()
138 c = *p; in PRIV()
145 *erroroffset = (PCRE2_SIZE)(p - string); in PRIV()
151 *erroroffset = (PCRE2_SIZE)(p - string); in PRIV()
158 *erroroffset = (PCRE2_SIZE)(p - string); in PRIV()
172 if (((d = *(++p)) & 0xc0) != 0x80) in PRIV()
174 *erroroffset = (int)(p - string) - 1; in PRIV()
189 *erroroffset = (int)(p - string) - 1; in PRIV()
199 if ((*(++p) & 0xc0) != 0x80) /* Third byte */ in PRIV()
201 *erroroffset = (int)(p - string) - 2; in PRIV()
206 *erroroffset = (int)(p - string) - 2; in PRIV()
211 *erroroffset = (int)(p - string) - 2; in PRIV()
221 if ((*(++p) & 0xc0) != 0x80) /* Third byte */ in PRIV()
223 *erroroffset = (int)(p - string) - 2; in PRIV()
226 if ((*(++p) & 0xc0) != 0x80) /* Fourth byte */ in PRIV()
228 *erroroffset = (int)(p - string) - 3; in PRIV()
233 *erroroffset = (int)(p - string) - 3; in PRIV()
238 *erroroffset = (int)(p - string) - 3; in PRIV()
252 if ((*(++p) & 0xc0) != 0x80) /* Third byte */ in PRIV()
254 *erroroffset = (int)(p - string) - 2; in PRIV()
257 if ((*(++p) & 0xc0) != 0x80) /* Fourth byte */ in PRIV()
259 *erroroffset = (int)(p - string) - 3; in PRIV()
262 if ((*(++p) & 0xc0) != 0x80) /* Fifth byte */ in PRIV()
264 *erroroffset = (int)(p - string) - 4; in PRIV()
269 *erroroffset = (int)(p - string) - 4; in PRIV()
278 if ((*(++p) & 0xc0) != 0x80) /* Third byte */ in PRIV()
280 *erroroffset = (int)(p - string) - 2; in PRIV()
283 if ((*(++p) & 0xc0) != 0x80) /* Fourth byte */ in PRIV()
285 *erroroffset = (int)(p - string) - 3; in PRIV()
288 if ((*(++p) & 0xc0) != 0x80) /* Fifth byte */ in PRIV()
290 *erroroffset = (int)(p - string) - 4; in PRIV()
293 if ((*(++p) & 0xc0) != 0x80) /* Sixth byte */ in PRIV()
295 *erroroffset = (int)(p - string) - 5; in PRIV()
300 *erroroffset = (int)(p - string) - 5; in PRIV()
312 *erroroffset = (int)(p - string) - ab; in PRIV()
329 for (p = string; length > 0; p++) in PRIV()
331 c = *p; in PRIV()
343 *erroroffset = p - string; in PRIV()
346 p++; in PRIV()
348 if ((*p & 0xfc00) != 0xdc00) in PRIV()
350 *erroroffset = p - string - 1; in PRIV()
357 *erroroffset = p - string; in PRIV()
374 for (p = string; length > 0; length--, p++) in PRIV()
376 c = *p; in PRIV()
382 *erroroffset = p - string; in PRIV()
389 *erroroffset = p - string; in PRIV()