Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c204 int nStep, nSort, nIndex; /* Statistics for most recent operation */ member
1719 pDb->nIndex = sqlite3_stmt_status(pStmt,SQLITE_STMTSTATUS_AUTOINDEX,1); in dbEvalStep()
3281 v = pDb->nIndex; in DbObjCmd()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c141225 int nIndex; /* Number of indexes on the current table */
141260 nIndex = 0;
141262 nIndex++;
141288 nBtree += nIndex+1;
186066 int nIndex; /* Size of aIndex[] */
187185 int nIndex = 1; /* Number of entries in array */
187189 nIndex++;
187191 if( *p==',' ) nIndex++;
187195 aIndex = sqlite3_malloc64(sizeof(struct Fts3Index) * nIndex);
187201 memset(aIndex, 0, sizeof(struct Fts3Index) * nIndex);
[all …]