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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_journal.c447 u32 nRec, nPage, nSector, nPagesize; local
453 || decodeJournalHdr(zBuf, &nRec, &nPage, &nSector, &nPagesize)
459 if( nRec==0 ){
470 nRec = (iSize-iOff) / (pMain->nPagesize+8);
474 for(ii=0; rc==SQLITE_OK && ii<nRec && iOff<iSize; ii++){
H A Dpager.c645 int nRec; /* Pages journalled since last j-header written */ member in struct:Pager
1374 ** Write the nRec Field - the number of page records that follow this
1380 ** A faster alternative is to write 0xFFFFFFFF to the nRec field. When
1470 u32 *pNRec, /* OUT: Value read from the nRec field */
1504 /* Read the first three 32-bit fields of the journal header: The nRec
1969 pPager->nRec = 0;
2573 ** Call the value from the second bullet "nRec". nRec is the number of
2575 ** value of nRec from the size of the journal file. But if a power
2579 ** the value of nRec compute
2607 u32 nRec; /* Number of Records in the journal */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c37088 int nRec; /* Pages journalled since last j-header written */ member in struct:Pager
39050 u32 nRec; /* Number of Records in the journal */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39071 int nRec; /* Pages journalled since last j-header written */ member in struct:Pager
41035 u32 nRec; /* Number of Records in the journal */ local
71803 int nRec = 0; /* Size of record in bytes */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39099 int nRec; /* Pages journalled since last j-header written */ member in struct:Pager
41063 u32 nRec; /* Number of Records in the journal */ local
71831 int nRec = 0; /* Size of record in bytes */ local
[all...]

Completed in 544 milliseconds