sqlite3BtreeIntegrityCheck 135 ext/pdo_sqlite/sqlite/src/btree.h char *sqlite3BtreeIntegrityCheck(Btree*, int *aRoot, int nRoot, int, int*); sqlite3BtreeIntegrityCheck 585 ext/pdo_sqlite/sqlite/src/test3.c zResult = sqlite3BtreeIntegrityCheck(pBt, aRoot, nRoot, 10000, &nErr); sqlite3BtreeIntegrityCheck 4200 ext/pdo_sqlite/sqlite/src/vdbe.c z = sqlite3BtreeIntegrityCheck(db->aDb[pOp->p2].pBt, aRoot, nRoot,