Searched refs:zIdx (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c11958 char *zIdx; /* Indexes */ member in struct:IdxStatement
12740 const char *zIdx = (const char*)sqlite3_column_text(pIdxList, 1); local
12741 if( zIdx==0 ) continue;
12746 rc = idxPrintfPrepareStmt(dbm, &pInfo, 0, "PRAGMA index_xInfo=%Q", zIdx);
12811 char *zIdx = 0; local
12863 zIdx = sqlite3_mprintf(zFmt, zName, zTable, zCols);
12864 if( !zIdx ){
12867 rc = sqlite3_exec(dbm, zIdx, 0, 0, p->pzErrmsg);
12871 idxHashAdd(&rc, &p->hIdx, zName, zIdx);
12875 sqlite3_free(zIdx);
13054 const char *zIdx = 0; local
13438 idxPopulateOneStat1( sqlite3expert *p, sqlite3_stmt *pIndexXInfo, sqlite3_stmt *pWriteStat, const char *zTab, const char *zIdx, char **pzErr ) argument
13621 const char *zIdx = (const char*)sqlite3_column_text(pAllIndex, 2); local
20956 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); local
[all...]
H A Dsqlite3.c216499 char *zIdx; member in struct:RbuState
216556 const char *zIdx; /* Name of target db index (or null) */ member in struct:RbuObjIter
217505 const u8 *zIdx = sqlite3_column_text(aStmt[1], 1); local
217561 const char *zIdx = (const char*)sqlite3_column_text(pList, 1); local
218272 const char *zIdx = (const char*)sqlite3_column_text(pXList,1); local
218321 const char *zIdx = 0; /* Name of PK index */ local
218605 const char *zIdx = pIter->zIdx; local
[all...]

Completed in 636 milliseconds