Searched defs:zIdx (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/tool/ |
| H A D | showstat4.c | 38 char *zIdx = 0; in main() local
|
| H A D | showdb.c | 756 char zIdx[13]; in decode_trunk_page() local
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | expert.c | 140 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); in main() local
|
| H A D | sqlite3expert.c | 121 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 D | checkindex.c | 463 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 D | sqlite3rbu.c | 222 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 D | test_sqllog.c | 129 char zIdx[SQLLOG_NAMESZ]; /* Full path to *.idx file */ member
|
| H A D | test8.c | 270 const char *zIdx = (const char *)sqlite3_column_text(pStmt, 1); in getIndexArray() local
|
| H A D | shell.c.in | 3786 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); local
|