Searched refs:xCond (Results 1 – 1 of 1) sorted by relevance
202689 int (*xCond)(const char*) /* Condition that must be true */202694 if( xCond && !xCond(z) ) return 1;266443 int (*xCond)(char *zStem, int nStem); member266463 if( p->xCond==0 || p->xCond(aBuf, nStem) ){