Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c22384 SQLITE_PRIVATE int sqlite3IsBinary(const CollSeq*);
115447 if( sqlite3IsBinary(pColl) ){
153523 if( !sqlite3IsBinary(sqlite3ExprCompareCollSeq(pConst->pParse,pExpr)) ){
153940 if( !sqlite3IsBinary(pColl) ){
167628 if( !sqlite3IsBinary(pColl)
172527 if( !sqlite3IsBinary(sqlite3ExprCompareCollSeq(pParse, pPart)) ) return;
188189 SQLITE_PRIVATE int sqlite3IsBinary(const CollSeq *p){ function