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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c59342 sqlite3PagerRekey(DbPage *pPg, Pgno iNew, u16 flags) argument
72153 editPage( MemPage *pPg, int iOld, int iNew, int nNew, CellArray *pCArray ) argument
73059 int iNew = 0; local
73179 int iNew; local
149882 tRowcnt iNew; local
149899 tRowcnt iNew; local
167905 int iNew = *(int*)pArg; local
225478 sqlite3Fts5IndexSetCookie(Fts5Index *p, int iNew) argument
228216 i64 iNew = sqlite3_value_int64(apVal[1]); /* Rowid to delete */ local
228225 i64 iNew = sqlite3_value_int64(apVal[1]); /* New rowid */ local
230594 int iNew = p->pConfig->iCookie + 1; local
[all...]
H A Dshell.c2792 int iNew = pCur->iLvl + 1; local
2794 if( iNew>=pCur->nLvl ){
2795 int nNew = iNew+1;
2803 pCur->iLvl = iNew;
2804 pLvl = &pCur->aLvl[iNew];
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c71000 int iNew; /* Index of new, merged, PMA */ local
[all...]

Completed in 733 milliseconds