Home
last modified time | relevance | path

Searched refs:aRoot (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbtree.h141 #define sqliteBtreeIntegrityCheck(pBt, aRoot, nRoot)\ argument
142 (btOps(pBt)->IntegrityCheck(pBt, aRoot, nRoot))
H A Dvdbe.c3719 int *aRoot; in sqliteVdbeExec() local
3730 aRoot = sqliteMallocRaw( sizeof(int)*(nRoot+1) ); in sqliteVdbeExec()
3731 if( aRoot==0 ) goto no_mem; in sqliteVdbeExec()
3733 toInt((char*)sqliteHashKey(i), &aRoot[j]); in sqliteVdbeExec()
3735 aRoot[j] = 0; in sqliteVdbeExec()
3738 z = sqliteBtreeIntegrityCheck(db->aDb[pOp->p2].pBt, aRoot, nRoot); in sqliteVdbeExec()
3749 sqliteFree(aRoot); in sqliteVdbeExec()
H A Dbtree.c3424 char *fileBtreeIntegrityCheck(Btree *pBt, int *aRoot, int nRoot){ in fileBtreeIntegrityCheck() argument
3453 if( aRoot[i]==0 ) continue; in fileBtreeIntegrityCheck()
3454 checkTreePage(&sCheck, aRoot[i], 0, "List of tree roots: ", 0,0,0,0); in fileBtreeIntegrityCheck()
H A Dbtree_rb.c1242 static char *memRbtreeIntegrityCheck(Rbtree* tree, int* aRoot, int nRoot) in memRbtreeIntegrityCheck() argument
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c55388 if( aRoot[i]==0 ) continue;
55390 if( pBt->autoVacuum && aRoot[i]>1 ){
55391 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
67637 if( u.bv.aRoot==0 ) goto no_mem;
67646 u.bv.aRoot[u.bv.j] = 0;
67651 sqlite3DbFree(db, u.bv.aRoot);
75859 int aRoot[] = {0, 0};
75882 aRoot[i] = pParse->regRoot;
75888 aRoot[i] = pStat->tnum;
75889 sqlite3TableLock(pParse, iDb, aRoot[i], 1, zTab);
[all …]

Completed in 327 milliseconds