Home
last modified time | relevance | path

Searched refs:Fop (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match.c184 #define Fop F->op macro
735 Fop = (uint8_t)(*Fecode); /* Cast needed for 16-bit and 32-bit modes */ in match()
736 switch(Fop) in match()
828 if (Fop == OP_END) RRETURN(MATCH_NOMATCH); in match()
1019 else if (Fop == OP_NOTI) /* If caseless */ in match()
1033 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
1117 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()
1154 if (Fop >= OP_STARI && /* Caseless */ in match()
1248 if (Fop >= OP_STARI) in match()
1467 fc = *Fecode++ - ((Fop >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
[all …]