Home
last modified time | relevance | path

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

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