Searched refs:pDfltColl (Results 1 – 7 of 7) sorted by relevance
172 pColl = db->pDfltColl; in sqlite3FindCollSeq()187 db->pDfltColl = sqlite3FindCollSeq(db, enc, sqlite3StrBINARY, 0); in sqlite3SetTextEncoding()
489 if( zColl==0 ) zColl = db->pDfltColl->zName; in exprTableRegister()
1020 && (pKeyInfo->aColl[0]==0 || pKeyInfo->aColl[0]==db->pDfltColl) in sqlite3VdbeSorterInit()
2503 if( pColl==0 ) pColl = db->pDfltColl; in multiSelectOrderByKeyInfo()3120 *apColl = db->pDfltColl; in multiSelect()6352 pColl = pParse->db->pDfltColl; in updateAccumulator()
241 if( p==0 ) p = pParse->db->pDfltColl; in sqlite3ExprNNCollSeq()4556 if( !pColl ) pColl = db->pDfltColl; in sqlite3ExprCodeTarget()
1541 CollSeq *pDfltColl; /* BINARY collseq for the database encoding */ member
363 if( pColl==0 ) pColl = pParse->db->pDfltColl; in whereScanNext()