Home
last modified time | relevance | path

Searched defs:zIdx (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/tool/
H A Dshowstat4.c38 char *zIdx = 0; in main() local
H A Dshowdb.c756 char zIdx[13]; in decode_trunk_page() local
/sqlite-3.40.0/ext/expert/
H A Dexpert.c140 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); in main() local
H A Dsqlite3expert.c121 char *zIdx; /* Indexes */ member
902 const char *zIdx = (const char*)sqlite3_column_text(pIdxList, 1); in idxFindCompatible() local
973 char *zIdx = 0; in idxCreateFromCons() local
1216 const char *zIdx = 0; in idxFindIndexes() local
1605 const char *zIdx, in idxPopulateOneStat1()
1783 const char *zIdx = (const char*)sqlite3_column_text(pAllIndex, 2); in idxPopulateStat1() local
/sqlite-3.40.0/ext/repair/
H A Dcheckindex.c463 const char *zIdx, /* Name of index to look up */ in cidxLookupIndex()
643 const char *zIdx, in cidxColumnList()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c222 char *zIdx; member
279 const char *zIdx; /* Name of target db index (or null) */ member
1228 const u8 *zIdx = sqlite3_column_text(aStmt[1], 1); in rbuTableType() local
1284 const char *zIdx = (const char*)sqlite3_column_text(pList, 1); in rbuObjIterCacheIndexedCols() local
1995 const char *zIdx = (const char*)sqlite3_column_text(pXList,1); in rbuWithoutRowidPK() local
2044 const char *zIdx = 0; /* Name of PK index */ in rbuCreateImposterTable2() local
2328 const char *zIdx = pIter->zIdx; in rbuObjIterPrepareAll() local
/sqlite-3.40.0/src/
H A Dtest_sqllog.c129 char zIdx[SQLLOG_NAMESZ]; /* Full path to *.idx file */ member
H A Dtest8.c270 const char *zIdx = (const char *)sqlite3_column_text(pStmt, 1); in getIndexArray() local
H A Dshell.c.in3786 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); local