Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c12740 ** nPg:
12742 ** of valid keys is 1 to nPg, inclusive.
12754 i64 nPg; /* Size of bitmap */ member
12788 i64 nPg; /* Size of db in pages */ member
12992 ** large enough to store a bit for all page numbers between 1 and nPg,
12995 static RecoverBitmap *recoverBitmapAlloc(sqlite3_recover *p, i64 nPg){ in recoverBitmapAlloc() argument
12996 int nElem = (nPg+1+31) / 32; in recoverBitmapAlloc()
13001 pRet->nPg = nPg; in recoverBitmapAlloc()
13017 if( iPg<=pMap->nPg ){ in recoverBitmapSet()
13209 i64 nPg = 0; recoverPageCount() local
13302 i64 nPg = recoverPageCount(p); recoverGetPage() local
13318 int nPg; recoverGetPage() local
[all...]
H A Dsqlite3.c234442 fts5IndexMerge( Fts5Index *p, Fts5Structure **ppStruct, int nPg, int nMin ) global() argument
[all...]

Completed in 165 milliseconds