Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c6275 ** iPgOne iMark
6286 ** The size of the database is iMark - iPgOne.
6289 ** of iPgOne stored as a big-ending 64-bit integer.
6296 sqlite3_int64 iPgOne; /* Offset to the start of the database */ member
6409 return pFile->pMethods->xRead(pFile, zBuf, iAmt, paf->iPgOne+iOfst); in apndRead()
6422 sqlite_int64 iPgOne = paf->iPgOne; in apndWriteMark() local
6429 a[APND_MARK_PREFIX_SZ+i] = (unsigned char)(iPgOne & 0xff); in apndWriteMark()
6430 iPgOne >>= 8; in apndWriteMark()
6432 iWriteEnd += paf->iPgOne; in apndWriteMark()
[all...]

Completed in 18 milliseconds