Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4469 CollSeq *pColl1 = sqlite3ExprNNCollSeq(pParse, pOrderBy->a[i].pExpr); in wherePathSatisfiesOrderBy() local
4471 assert( pColl1 ); in wherePathSatisfiesOrderBy()
4472 if( pColl2==0 || sqlite3StrICmp(pColl1->zName, pColl2->zName) ){ in wherePathSatisfiesOrderBy()
H A Dexpr.c250 CollSeq *pColl1 = sqlite3ExprNNCollSeq(pParse, pE1); in sqlite3ExprCollSeqMatch() local
252 return sqlite3StrICmp(pColl1->zName, pColl2->zName)==0; in sqlite3ExprCollSeqMatch()