Home
last modified time | relevance | path

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

12345678910

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dnextchar.c212 char *zColl = 0; in nextCharFunc() local
237 zColl = sqlite3_mprintf("collate \"%w\"", zCollName); in nextCharFunc()
238 if( zColl==0 ){ in nextCharFunc()
244 zColl = ""; in nextCharFunc()
252 zField, zTable, zField, zColl, zField, zColl, zWhereClause, zColl in nextCharFunc()
255 if( zColl[0] ) sqlite3_free(zColl); in nextCharFunc()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dnextchar.c212 char *zColl = 0; in nextCharFunc() local
237 zColl = sqlite3_mprintf("collate \"%w\"", zCollName); in nextCharFunc()
238 if( zColl==0 ){ in nextCharFunc()
244 zColl = ""; in nextCharFunc()
252 zField, zTable, zField, zColl, zField, zColl, zWhereClause, zColl in nextCharFunc()
255 if( zColl[0] ) sqlite3_free(zColl); in nextCharFunc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dnextchar.c212 char *zColl = 0; in nextCharFunc() local
237 zColl = sqlite3_mprintf("collate \"%w\"", zCollName); in nextCharFunc()
238 if( zColl==0 ){ in nextCharFunc()
244 zColl = ""; in nextCharFunc()
252 zField, zTable, zField, zColl, zField, zColl, zWhereClause, zColl in nextCharFunc()
255 if( zColl[0] ) sqlite3_free(zColl); in nextCharFunc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dnextchar.c212 char *zColl = 0; in nextCharFunc() local
237 zColl = sqlite3_mprintf("collate \"%w\"", zCollName); in nextCharFunc()
238 if( zColl==0 ){ in nextCharFunc()
244 zColl = ""; in nextCharFunc()
252 zField, zTable, zField, zColl, zField, zColl, zWhereClause, zColl in nextCharFunc()
255 if( zColl[0] ) sqlite3_free(zColl); in nextCharFunc()
/dports/databases/sqlite3/sqlite-src-3350500/ext/expert/
H A Dsqlite3expert.c48 char *zColl; /* Collation sequence */ member
76 char *zColl; member
282 int nColl = STRLEN(zColl); in idxNewConstraint()
287 pNew->zColl = (char*)&pNew[1]; in idxNewConstraint()
288 memcpy(pNew->zColl, zColl, nColl+1); in idxNewConstraint()
466 pNew = idxNewConstraint(&rc, zColl); in expertBestIndex()
728 pNew->aCol[nCol].zColl = pCsr; in idxGetTableInfo()
824 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn()
825 if( idxIdentifierRequiresQuotes(pCons->zColl) ){ in idxAppendColDefn()
882 if( sqlite3_stricmp(pIter->zColl, zColl) ) continue; in idxFindCompatible()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/expert/
H A Dsqlite3expert.c48 char *zColl; /* Collation sequence */ member
76 char *zColl; member
282 int nColl = STRLEN(zColl); in idxNewConstraint()
287 pNew->zColl = (char*)&pNew[1]; in idxNewConstraint()
288 memcpy(pNew->zColl, zColl, nColl+1); in idxNewConstraint()
466 pNew = idxNewConstraint(&rc, zColl); in expertBestIndex()
726 pNew->aCol[nCol].zColl = pCsr; in idxGetTableInfo()
822 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn()
823 if( idxIdentifierRequiresQuotes(pCons->zColl) ){ in idxAppendColDefn()
880 if( sqlite3_stricmp(pIter->zColl, zColl) ) continue; in idxFindCompatible()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/expert/
H A Dsqlite3expert.c48 char *zColl; /* Collation sequence */ member
76 char *zColl; member
282 int nColl = STRLEN(zColl); in idxNewConstraint()
287 pNew->zColl = (char*)&pNew[1]; in idxNewConstraint()
288 memcpy(pNew->zColl, zColl, nColl+1); in idxNewConstraint()
466 pNew = idxNewConstraint(&rc, zColl); in expertBestIndex()
728 pNew->aCol[nCol].zColl = pCsr; in idxGetTableInfo()
824 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn()
825 if( idxIdentifierRequiresQuotes(pCons->zColl) ){ in idxAppendColDefn()
882 if( sqlite3_stricmp(pIter->zColl, zColl) ) continue; in idxFindCompatible()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dbuild.c1231 if( !zColl ) return; in sqlite3AddCollateType()
1235 p->aCol[i].zColl = zColl; in sqlite3AddCollateType()
1248 sqlite3DbFree(db, zColl); in sqlite3AddCollateType()
2661 zColl = zExtra; in sqlite3CreateIndex()
2665 zColl = pTab->aCol[j].zColl; in sqlite3CreateIndex()
2666 if( !zColl ){ in sqlite3CreateIndex()
3600 assert( zColl!=0 ); in collationMatch()
3621 if( zColl==0 || collationMatch(zColl, pIndex) ){ in reindexTable()
3688 char *zColl; in sqlite3Reindex() local
3691 if( !zColl ) return; in sqlite3Reindex()
[all …]
H A Dexpr.c78 char *zColl = 0; /* Dequoted name of collation sequence */ in sqlite3ExprSetCollByToken() local
81 zColl = sqlite3NameFromToken(db, pCollName); in sqlite3ExprSetCollByToken()
82 pColl = sqlite3LocateCollSeq(pParse, zColl); in sqlite3ExprSetCollByToken()
84 sqlite3DbFree(db, zColl); in sqlite3ExprSetCollByToken()
105 const char *zColl; in sqlite3ExprCollSeq() local
109 zColl = p->pTab->aCol[j].zColl; in sqlite3ExprCollSeq()
110 pColl = sqlite3FindCollSeq(db, ENC(db), zColl, 0); in sqlite3ExprCollSeq()
H A Dfkey.c256 zDfltColl = pParent->aCol[iCol].zColl; in locateFkeyIndex()
507 pLeft->pColl = sqlite3LocateCollSeq(pParse, pCol->zColl); in fkScanChildren()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbuild.c1399 if( !zColl ) return; in sqlite3AddCollateType()
1404 p->aCol[i].zColl = zColl; in sqlite3AddCollateType()
1417 sqlite3DbFree(db, zColl); in sqlite3AddCollateType()
3189 zColl = 0; in sqlite3CreateIndex()
3196 zColl = zExtra; in sqlite3CreateIndex()
3200 zColl = pTab->aCol[j].zColl; in sqlite3CreateIndex()
3202 if( !zColl ) zColl = sqlite3StrBINARY; in sqlite3CreateIndex()
4219 assert( zColl!=0 ); in collationMatch()
4240 if( zColl==0 || collationMatch(zColl, pIndex) ){ in reindexTable()
4307 char *zColl; in sqlite3Reindex() local
[all …]
H A Dfkey.c260 zDfltColl = pParent->aCol[iCol].zColl; in sqlite3FkLocateIndex()
467 const char *zColl; in exprTableRegister() local
476 zColl = pCol->zColl; in exprTableRegister()
477 if( zColl==0 ) zColl = db->pDfltColl->zName; in exprTableRegister()
478 pExpr = sqlite3ExprAddCollateString(pParse, pExpr, zColl); in exprTableRegister()
H A Dinsert.c2071 if( sqlite3_stricmp(pDestCol->zColl, pSrcCol->zColl)!=0 ){ in xferOptimization()
2230 const char *zColl = pSrcIdx->azColl[i]; in xferOptimization() local
2231 if( sqlite3_stricmp(sqlite3StrBINARY, zColl) ) break; in xferOptimization()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbuild.c1606 if( !zColl ) return; in sqlite3AddCollateType()
1611 p->aCol[i].zColl = zColl; in sqlite3AddCollateType()
1624 sqlite3DbFree(db, zColl); in sqlite3AddCollateType()
3700 zColl = 0; in sqlite3CreateIndex()
3707 zColl = zExtra; in sqlite3CreateIndex()
3711 zColl = pTab->aCol[j].zColl; in sqlite3CreateIndex()
3713 if( !zColl ) zColl = sqlite3StrBINARY; in sqlite3CreateIndex()
4787 assert( zColl!=0 ); in collationMatch()
4809 if( zColl==0 || collationMatch(zColl, pIndex) ){ in reindexTable()
4877 char *zColl; in sqlite3Reindex() local
[all …]
H A Dfkey.c260 zDfltColl = pParent->aCol[iCol].zColl; in sqlite3FkLocateIndex()
479 const char *zColl; in exprTableRegister() local
488 zColl = pCol->zColl; in exprTableRegister()
489 if( zColl==0 ) zColl = db->pDfltColl->zName; in exprTableRegister()
490 pExpr = sqlite3ExprAddCollateString(pParse, pExpr, zColl); in exprTableRegister()
H A Dinsert.c2673 if( sqlite3_stricmp(pDestCol->zColl, pSrcCol->zColl)!=0 ){ in xferOptimization()
2840 const char *zColl = pSrcIdx->azColl[i]; in xferOptimization() local
2841 if( sqlite3_stricmp(sqlite3StrBINARY, zColl) ) break; in xferOptimization()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbuild.c1663 if( !zColl ) return; in sqlite3AddCollateType()
1668 p->aCol[i].zColl = zColl; in sqlite3AddCollateType()
1681 sqlite3DbFree(db, zColl); in sqlite3AddCollateType()
3800 zColl = 0; in sqlite3CreateIndex()
3807 zColl = zExtra; in sqlite3CreateIndex()
3811 zColl = pTab->aCol[j].zColl; in sqlite3CreateIndex()
3813 if( !zColl ) zColl = sqlite3StrBINARY; in sqlite3CreateIndex()
4932 assert( zColl!=0 ); in collationMatch()
4954 if( zColl==0 || collationMatch(zColl, pIndex) ){ in reindexTable()
5022 char *zColl; in sqlite3Reindex() local
[all …]
H A Dfkey.c260 zDfltColl = pParent->aCol[iCol].zColl; in sqlite3FkLocateIndex()
479 const char *zColl; in exprTableRegister() local
488 zColl = pCol->zColl; in exprTableRegister()
489 if( zColl==0 ) zColl = db->pDfltColl->zName; in exprTableRegister()
490 pExpr = sqlite3ExprAddCollateString(pParse, pExpr, zColl); in exprTableRegister()
H A Dinsert.c2680 if( sqlite3_stricmp(pDestCol->zColl, pSrcCol->zColl)!=0 ){ in xferOptimization()
2845 const char *zColl = pSrcIdx->azColl[i]; in xferOptimization() local
2846 if( sqlite3_stricmp(sqlite3StrBINARY, zColl) ) break; in xferOptimization()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbuild.c1770 if( !zColl ) return; in sqlite3AddCollateType()
1775 p->aCol[i].zColl = zColl; in sqlite3AddCollateType()
1788 sqlite3DbFree(db, zColl); in sqlite3AddCollateType()
3906 zColl = 0; in sqlite3CreateIndex()
3913 zColl = zExtra; in sqlite3CreateIndex()
3917 zColl = pTab->aCol[j].zColl; in sqlite3CreateIndex()
3919 if( !zColl ) zColl = sqlite3StrBINARY; in sqlite3CreateIndex()
5052 assert( zColl!=0 ); in collationMatch()
5074 if( zColl==0 || collationMatch(zColl, pIndex) ){ in reindexTable()
5142 char *zColl; in sqlite3Reindex() local
[all …]
H A Dfkey.c260 zDfltColl = pParent->aCol[iCol].zColl; in sqlite3FkLocateIndex()
479 const char *zColl; in exprTableRegister() local
488 zColl = pCol->zColl; in exprTableRegister()
489 if( zColl==0 ) zColl = db->pDfltColl->zName; in exprTableRegister()
490 pExpr = sqlite3ExprAddCollateString(pParse, pExpr, zColl); in exprTableRegister()
H A Dinsert.c2835 if( sqlite3_stricmp(pDestCol->zColl, pSrcCol->zColl)!=0 ){ in xferOptimization()
3015 const char *zColl = pSrcIdx->azColl[i]; in xferOptimization() local
3016 if( sqlite3_stricmp(sqlite3StrBINARY, zColl) ) break; in xferOptimization()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/repair/
H A Dcheckindex.c490 const char *zColl = (const char*)sqlite3_column_text(pInfo, 4); in cidxLookupIndex() local
502 p->zExpr = cidxMprintf(&rc, "\"%w\" COLLATE %s",zName,zColl); in cidxLookupIndex()
/dports/databases/sqlite3/sqlite-src-3350500/ext/repair/
H A Dcheckindex.c490 const char *zColl = (const char*)sqlite3_column_text(pInfo, 4); in cidxLookupIndex() local
502 p->zExpr = cidxMprintf(&rc, "\"%w\" COLLATE %s",zName,zColl); in cidxLookupIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/repair/
H A Dcheckindex.c490 const char *zColl = (const char*)sqlite3_column_text(pInfo, 4); in cidxLookupIndex() local
502 p->zExpr = cidxMprintf(&rc, "\"%w\" COLLATE %s",zName,zColl); in cidxLookupIndex()

12345678910