Searched refs:SPF_NABS (Results 1 – 2 of 2) sorted by relevance
80 return (CmpLHS == TrueVal) ? SPF_ABS : SPF_NABS; in MatchSelectPattern()86 return (CmpLHS == FalseVal) ? SPF_ABS : SPF_NABS; in MatchSelectPattern()819 if (SPF1 == SPF2 && (SPF1 == SPF_ABS || SPF1 == SPF_NABS)) { in FoldSPFofSPF()825 if ((SPF1 == SPF_ABS && SPF2 == SPF_NABS) || in FoldSPFofSPF()826 (SPF1 == SPF_NABS && SPF2 == SPF_ABS)) { in FoldSPFofSPF()
50 SPF_NABS enumerator