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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c64017 sqlite3PagerRekey(DbPage *pPg, Pgno iNew, u16 flags) argument
77887 editPage( MemPage *pPg, int iOld, int iNew, int nNew, CellArray *pCArray ) argument
78793 int iNew = 0; local
78922 int iNew; local
162807 tRowcnt iNew; local
162824 tRowcnt iNew; local
182243 int iNew = *(int*)pArg; local
245918 sqlite3Fts5IndexSetCookie(Fts5Index *p, int iNew) argument
249418 i64 iNew = sqlite3_value_int64(apVal[1]); /* Rowid to delete */ local
249428 i64 iNew = sqlite3_value_int64(apVal[1]); /* New rowid */ local
251989 int iNew = p->pConfig->iCookie + 1; local
[all...]
H A Dshell.c7777 int iNew = pCur->iLvl + 1; local
7779 if( iNew>=pCur->nLvl ){
7780 int nNew = iNew+1;
7788 pCur->iLvl = iNew;
7789 pLvl = &pCur->aLvl[iNew];

Completed in 943 milliseconds