Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c6921 char *zColl; /* Collation sequence */ member
6949 char *zColl; member
7155 int nColl = STRLEN(zColl); in idxNewConstraint()
7160 pNew->zColl = (char*)&pNew[1]; in idxNewConstraint()
7161 memcpy(pNew->zColl, zColl, nColl+1); in idxNewConstraint()
7339 pNew = idxNewConstraint(&rc, zColl); in expertBestIndex()
7599 pNew->aCol[nCol].zColl = pCsr; in idxGetTableInfo()
7695 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn()
7696 if( idxIdentifierRequiresQuotes(pCons->zColl) ){ in idxAppendColDefn()
7753 if( sqlite3_stricmp(pIter->zColl, zColl) ) continue; in idxFindCompatible()
[all …]
H A Dsqlite3.c79181 if( strcmp(zColl, "BINARY")==0 ) zColl = "B";
99653 const char *zColl = p->y.pTab->aCol[j].zColl;
111678 p->aCol[i].zColl = zColl;
113812 zColl = 0;
113823 zColl = pTab->aCol[j].zColl;
113825 if( !zColl ) zColl = sqlite3StrBINARY;
114921 if( zColl==0 || collationMatch(zColl, pIndex) ){
114989 char *zColl;
119186 zColl = pCol->zColl;
119187 if( zColl==0 ) zColl = db->pDfltColl->zName;
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c73129 zColl = p->pTab->aCol[j].zColl;
77584 pCol->zColl = 0;
80365 if( !zColl ) return;
80369 p->aCol[i].zColl = zColl;
81847 zColl = zExtra;
81851 zColl = pTab->aCol[j].zColl;
81852 if( !zColl ){
82780 assert( zColl!=0 );
82801 if( zColl==0 || collationMatch(zColl, pIndex) ){
82868 char *zColl;
[all …]