Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c202375 int (*xCond)(const char*) /* Condition that must be true */
202380 if( xCond && !xCond(z) ) return 1;
265690 int (*xCond)(char *zStem, int nStem); member
265710 if( p->xCond==0 || p->xCond(aBuf, nStem) ){