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

/external/chromium_org/third_party/sqlite/src/src/
H A Danalyze.c50 int aRoot[] = {0, 0}; local
73 aRoot[i] = pParse->regRoot;
79 aRoot[i] = pStat->tnum;
80 sqlite3TableLock(pParse, iDb, aRoot[i], 1, zTab);
87 sqlite3VdbeAddOp2(v, OP_Clear, aRoot[i], iDb);
94 sqlite3VdbeAddOp3(v, OP_OpenWrite, iStatCur+i, aRoot[i], iDb);
H A Dvdbe.c4753 int *aRoot; /* Array of rootpage numbers for tables to be checked */ local
4761 aRoot = sqlite3DbMallocRaw(db, sizeof(int)*(nRoot+1) );
4762 if( aRoot==0 ) goto no_mem;
4769 aRoot[j] = (int)sqlite3VdbeIntValue(&pIn1[j]);
4771 aRoot[j] = 0;
4774 z = sqlite3BtreeIntegrityCheck(db->aDb[pOp->p5].pBt, aRoot, nRoot,
4776 sqlite3DbFree(db, aRoot);
H A Dbtree.c7785 ** This routine does a complete check of the given BTree file. aRoot[] is
7787 ** a table. nRoot is the number of entries in aRoot.
7799 int *aRoot, /* An array of root pages numbers for individual trees */
7800 int nRoot, /* Number of entries in aRoot[] */
7846 if( aRoot[i]==0 ) continue;
7848 if( pBt->autoVacuum && aRoot[i]>1 ){
7849 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
7852 checkTreePage(&sCheck, aRoot[i], "List of tree roots: ", NULL, NULL);
7797 sqlite3BtreeIntegrityCheck( Btree *p, int *aRoot, int nRoot, int mxErr, int *pnErr ) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7801 SQLITE_PRIVATE char *sqlite3BtreeIntegrityCheck(Btree*, int *aRoot, int nRoot, int, int*);
54916 sqlite3BtreeIntegrityCheck( Btree *p, int *aRoot, int nRoot, int mxErr, int *pnErr ) argument
62774 int *aRoot; /* Array of rootpage numbers for tables to be checked */ member in struct:vdbeExecUnion::OP_IntegrityCk_stack_vars
75372 int aRoot[] = {0, 0}; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9020 SQLITE_PRIVATE char *sqlite3BtreeIntegrityCheck(Btree*, int *aRoot, int nRoot, int, int*);
59706 sqlite3BtreeIntegrityCheck( Btree *p, int *aRoot, int nRoot, int mxErr, int *pnErr ) argument
73217 int *aRoot; /* Array of rootpage numbers for tables to be checked */ local
83609 int aRoot[ArraySize(aTable)]; local
140868 const char *aRoot = 0; /* Pointer to %_segdir.root buffer */ local
141269 const char *aRoot = sqlite3_column_blob(pFetch, 4); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9020 SQLITE_PRIVATE char *sqlite3BtreeIntegrityCheck(Btree*, int *aRoot, int nRoot, int, int*);
59726 sqlite3BtreeIntegrityCheck( Btree *p, int *aRoot, int nRoot, int mxErr, int *pnErr ) argument
73237 int *aRoot; /* Array of rootpage numbers for tables to be checked */ local
83629 int aRoot[ArraySize(aTable)]; local
140900 const char *aRoot = 0; /* Pointer to %_segdir.root buffer */ local
141301 const char *aRoot = sqlite3_column_blob(pFetch, 4); local
[all...]
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 2041 milliseconds