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