Searched refs: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 65 if( zIdx==0 || strcmp(zIdx, (const char*)sqlite3_column_text(pStmt,0))!=0 ){ in main() 66 if( zIdx ) printf("\n**************************************" in main() 68 sqlite3_free(zIdx); in main() 69 zIdx = sqlite3_mprintf("%s", sqlite3_column_text(pStmt,0)); in main() 72 printf("%s sample %d ------------------------------------\n", zIdx, ++iRow); in main() 159 sqlite3_free(zIdx); in main()
|
| H A D | showdb.c | 756 char zIdx[13]; in decode_trunk_page() local 757 sprintf(zIdx, "[%d]", i); in decode_trunk_page() 758 printf(" %5s %7u", zIdx, x); in decode_trunk_page()
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | sqlite3expert.c | 903 if( zIdx==0 ) continue; in idxFindCompatible() 973 char *zIdx = 0; in idxCreateFromCons() local 1026 if( !zIdx ){ in idxCreateFromCons() 1037 sqlite3_free(zIdx); in idxCreateFromCons() 1150 sqlite3_free(p->zIdx); in idxStatementFree() 1216 const char *zIdx = 0; in idxFindIndexes() local 1224 if( zIdx ){ in idxFindIndexes() 1227 while( zIdx[nIdx]!='\0' && (zIdx[nIdx]!=' ' || zIdx[nIdx+1]!='(') ){ in idxFindIndexes() 1245 pStmt->zIdx = idxAppendText(&rc, pStmt->zIdx, "%s;\n", pEntry->zKey); in idxFindIndexes() 1605 const char *zIdx, in idxPopulateOneStat1() argument [all …]
|
| H A D | expert.c | 140 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); in main() local 142 if( zIdx==0 ) zIdx = "(no new indexes)\n"; in main() 147 fprintf(stdout, "%s\n%s\n", zIdx, zEQP); in main()
|
| /sqlite-3.40.0/src/ |
| H A D | test_sqllog.c | 129 char zIdx[SQLLOG_NAMESZ]; /* Full path to *.idx file */ member 180 fd = fopen(sqllogglobal.zIdx, "r"); in sqllogFindFile() 338 FILE *fd = fopen(sqllogglobal.zIdx, "a"); in sqllogCopydb() 380 sqlite3_snprintf(sizeof(sqllogglobal.zIdx), sqllogglobal.zIdx, in sqllogOpenlog() 385 fd = fopen(sqllogglobal.zIdx, "w"); in sqllogOpenlog()
|
| H A D | test8.c | 270 const char *zIdx = (const char *)sqlite3_column_text(pStmt, 1); in getIndexArray() local 272 if( zIdx==0 ) continue; in getIndexArray() 273 zSql = sqlite3_mprintf("PRAGMA index_info(%s)", zIdx); in getIndexArray()
|
| H A D | shell.c.in | 3786 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); local 3788 if( zIdx==0 ) zIdx = "(no new indexes)\n"; 3793 raw_printf(out, "%s\n", zIdx);
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 222 char *zIdx; member 870 if( pIter->zIdx==0 ){ in rbuObjIterNext() 1287 if( zIdx==0 ) break; in rbuObjIterCacheIndexedCols() 1983 assert( pIter->zIdx==0 ); in rbuWithoutRowidPK() 1996 if( zIdx ){ in rbuWithoutRowidPK() 2062 if( zIdx ){ in rbuCreateImposterTable2() 2328 const char *zIdx = pIter->zIdx; in rbuObjIterPrepareAll() local 2336 if( zIdx ){ in rbuObjIterPrepareAll() 2678 sqlite3_free(p->zIdx); in rbuFreeState() 3387 if( pIter->zIdx==0 ){ in rbuStepOneOp() [all …]
|
| /sqlite-3.40.0/ext/repair/ |
| H A D | checkindex.c | 463 const char *zIdx, /* Name of index to look up */ in cidxLookupIndex() argument 477 zIdx in cidxLookupIndex() 483 pInfo = cidxPrepare(&rc, pCsr, "PRAGMA index_xinfo(%Q)", zIdx); in cidxLookupIndex() 643 const char *zIdx, in cidxColumnList() argument
|