Searched refs:nRec (Results 1 - 6 of 6) 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
1364 ** Write the nRec Field - the number of page records that follow this
1370 ** A faster alternative is to write 0xFFFFFFFF to the nRec field. When
1460 u32 *pNRec, /* OUT: Value read from the nRec field */
1494 /* Read the first three 32-bit fields of the journal header: The nRec
1959 pPager->nRec = 0;
2563 ** Call the value from the second bullet "nRec". nRec is the number of
2565 ** value of nRec from the size of the journal file. But if a power
2569 ** the value of nRec compute
2597 u32 nRec; /* Number of Records in the journal */ local
[all...]
/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h209 Index nRec; member in class:Eigen::BDCSVD
/external/sqlite/dist/orig/
H A Dsqlite3.c40900 int nRec; /* Pages journalled since last j-header written */ member in struct:Pager
42916 u32 nRec; /* Number of Records in the journal */ local
62117 sqlite3Stat4Column( sqlite3 *db, const void *pRec, int nRec, int iCol, sqlite3_value **ppVal ) argument
75293 u64 nRec = 0; /* Size of record in bytes */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c40920 int nRec; /* Pages journalled since last j-header written */ member in struct:Pager
42936 u32 nRec; /* Number of Records in the journal */ local
62137 sqlite3Stat4Column( sqlite3 *db, const void *pRec, int nRec, int iCol, sqlite3_value **ppVal ) argument
75313 u64 nRec = 0; /* Size of record in bytes */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c37075 int nRec; /* Pages journalled since last j-header written */ member in struct:Pager
39027 u32 nRec; /* Number of Records in the journal */ local
[all...]

Completed in 771 milliseconds