Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c9309 char *zColl; /* Collation sequence */ member
9337 char *zColl; member
9543 int nColl = STRLEN(zColl); in idxNewConstraint()
9548 pNew->zColl = (char*)&pNew[1]; in idxNewConstraint()
9549 memcpy(pNew->zColl, zColl, nColl+1); in idxNewConstraint()
9727 pNew = idxNewConstraint(&rc, zColl); in expertBestIndex()
9993 pNew->aCol[nCol].zColl = pCsr; in idxGetTableInfo()
10089 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn()
10090 if( idxIdentifierRequiresQuotes(pCons->zColl) ){ in idxAppendColDefn()
10147 if( sqlite3_stricmp(pIter->zColl, zColl) ) continue; in idxFindCompatible()
[all …]
H A Dsqlite3.c80824 if( strcmp(zColl, "BINARY")==0 ) zColl = "B";
113775 const char *zColl
113780 assert( zColl!=0 );
117230 zColl = 0;
117238 zColl = zExtra;
117244 if( !zColl ) zColl = sqlite3StrBINARY;
118379 assert( zColl!=0 );
118401 if( zColl==0 || collationMatch(zColl, pIndex) ){
118469 char *zColl;
123023 const char *zColl;
[all …]