Searched defs:nRec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dpager.c169 int nRec; /* Number of pages written to the journal */ member in struct:Pager
615 ** Call the value from the second bullet "nRec". nRec is the number of
617 ** value of nRec from the size of the journal file. But if a power
621 ** the value of nRec computed from the file size would be too large. For
622 ** that reason, we always use the nRec value in the header.
624 ** If the nRec value is 0xffffffff it means that nRec should be computed
630 ** Journal formats 1 and 2 do not have an nRec value in the header so we
631 ** have to compute nRec fro
643 int nRec; /* Number of Records in the journal */ local
786 int nRec; /* Number of Records */ local
[all...]

Completed in 47 milliseconds