Searched refs:pColl1 (Results 1 – 2 of 2) sorted by relevance
4469 CollSeq *pColl1 = sqlite3ExprNNCollSeq(pParse, pOrderBy->a[i].pExpr); in wherePathSatisfiesOrderBy() local4471 assert( pColl1 ); in wherePathSatisfiesOrderBy()4472 if( pColl2==0 || sqlite3StrICmp(pColl1->zName, pColl2->zName) ){ in wherePathSatisfiesOrderBy()
250 CollSeq *pColl1 = sqlite3ExprNNCollSeq(pParse, pE1); in sqlite3ExprCollSeqMatch() local252 return sqlite3StrICmp(pColl1->zName, pColl2->zName)==0; in sqlite3ExprCollSeqMatch()