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

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h631 int mxErr; /* Stop accumulating errors when this reaches zero */ member in struct:IntegrityCk
H A Dpragma.c1066 int i, j, addr, mxErr; local
1088 mxErr = SQLITE_INTEGRITY_CHECK_ERROR_MAX;
1090 sqlite3GetInt32(zRight, &mxErr);
1091 if( mxErr<=0 ){
1092 mxErr = SQLITE_INTEGRITY_CHECK_ERROR_MAX;
1095 sqlite3VdbeAddOp2(v, OP_Integer, mxErr, 1); /* reg[1] holds errors left */
1216 sqlite3VdbeChangeP2(v, addr, -mxErr);
H A Dbtree.c7411 if( !pCheck->mxErr ) return;
7412 pCheck->mxErr--;
7497 while( N-- > 0 && pCheck->mxErr ){
7620 for(i=0; i<pPage->nCell && pCheck->mxErr; i++){
7801 int mxErr, /* Stop reporting errors after this many */
7816 sCheck.mxErr = mxErr;
7845 for(i=0; (int)i<nRoot && sCheck.mxErr; i++){
7857 for(i=1; i<=sCheck.nPage && sCheck.mxErr; i++){
7797 sqlite3BtreeIntegrityCheck( Btree *p, int *aRoot, int nRoot, int mxErr, int *pnErr ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46833 int mxErr; /* Stop accumulating errors when this reaches zero */ member in struct:IntegrityCk
54916 sqlite3BtreeIntegrityCheck( Btree *p, int *aRoot, int nRoot, int mxErr, int *pnErr ) argument
88602 int i, j, addr, mxErr; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51253 int mxErr; /* Stop accumulating errors when this reaches zero */ member in struct:IntegrityCk
59706 sqlite3BtreeIntegrityCheck( Btree *p, int *aRoot, int nRoot, int mxErr, int *pnErr ) argument
99990 int i, j, addr, mxErr; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51273 int mxErr; /* Stop accumulating errors when this reaches zero */ member in struct:IntegrityCk
59726 sqlite3BtreeIntegrityCheck( Btree *p, int *aRoot, int nRoot, int mxErr, int *pnErr ) argument
100010 int i, j, addr, mxErr; local
[all...]

Completed in 4030 milliseconds