Lines Matching refs:pp

221         const pcre_uint32 *pp = PRIV(ucd_caseless_sets) + ur->caseset;  in match_ref()  local
224 if (c < *pp) return -1; in match_ref()
225 if (c == *pp++) break; in match_ref()
571 #define pp frame->Xpp in match() macro
628 PCRE_PUCHAR pp; in match()
2834 pp = eptr; in match()
2854 while (eptr >= pp) in match()
3027 pp = eptr; in match()
3056 if (eptr-- == pp) break; /* Stop if tried at original pos */ in match()
3085 while (eptr >= pp) in match()
3189 pp = eptr; in match()
3213 if (eptr-- == pp) break; /* Stop if tried at original pos */ in match()
3466 pp = eptr; in match()
3486 if (eptr <= pp) goto TAIL_RECURSE; in match()
3574 pp = eptr; in match()
3590 if (eptr == pp) goto TAIL_RECURSE; in match()
3633 pp = eptr; in match()
3647 if (eptr == pp) goto TAIL_RECURSE; in match()
3886 pp = eptr; in match()
3907 if (eptr <= pp) goto TAIL_RECURSE; in match()
3931 if (eptr == pp) goto TAIL_RECURSE; in match()
4021 pp = eptr; in match()
4042 if (eptr <= pp) goto TAIL_RECURSE; in match()
4066 if (eptr == pp) goto TAIL_RECURSE; in match()
5406 pp = eptr; /* Remember where we started */ in match()
5613 if (eptr <= pp) goto TAIL_RECURSE; in match()
5665 if (eptr <= pp) goto TAIL_RECURSE; /* At start of char run */ in match()
5683 if (eptr <= pp) goto TAIL_RECURSE; /* At start of char run */ in match()
5933 if (eptr <= pp) goto TAIL_RECURSE; in match()
5938 if (ctype == OP_ANYNL && eptr > pp && UCHAR21(eptr) == CHAR_NL && in match()
6177 if (eptr == pp) goto TAIL_RECURSE; in match()
6181 if (ctype == OP_ANYNL && eptr > pp && *eptr == CHAR_LF && in match()
6259 #undef pp
6891 register pcre_uint32 pp = UCHAR21INCTEST(p); in pcre_exec() local
6892 if (pp == req_char || pp == req_char2) { p--; break; } in pcre_exec()