Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dvt02.c532 const char **azColname, /* Names of columns in the virtual table */ in sqlite3BestIndexLog() argument
599 zCol = azColname[iCol]; in sqlite3BestIndexLog()
653 iCol>=0 ? azColname[iCol] : "rowid", in sqlite3BestIndexLog()
676 zCol = azColname[iCol]; in sqlite3BestIndexLog()
943 static const char *azColname[] = { in vt02BestIndex() local
947 sqlite3BestIndexLog(pInfo, zLogTab, db, azColname, pVTab); in vt02BestIndex()
/sqlite-3.40.0/ext/misc/
H A Dqpvtab.c104 static const char *azColname[] = { variable
366 azColname[iCol], in qpvtabBestIndex()
396 iCol>=0 ? azColname[iCol] : "rowid", in qpvtabBestIndex()