Lines Matching defs:pchars
223 lv = pchars((pcre_uint8 *)(p) + offset, len, f)
226 (void)pchars((pcre_uint8 *)(p) + offset, len, f)
513 #define PCHARS(lv, p, offset, len, f) \
752 #define PCHARS(lv, p, offset, len, f) \
754 G(PCHARS,BITONE)(lv, p, offset, len, f); \
756 G(PCHARS,BITTWO)(lv, p, offset, len, f)
919 #define PCHARS PCHARS8
950 #define PCHARS PCHARS16
981 #define PCHARS PCHARS32
2019 static int pchars(pcre_uint8 *p, int length, FILE *f)
2278 datails. On subsequent calls in the same match, we use pchars just to find the
2283 PCHARS(pre_start, cb->subject, 0, cb->start_match, f);
2284 PCHARS(post_start, cb->subject, cb->start_match,
2287 PCHARS(subject_length, cb->subject, 0, cb->subject_length, NULL);