Searched refs:sqliteBtreeIntegrityCheck (Results 1 – 3 of 3) sorted by relevance
144 #define sqliteBtreeIntegrityCheck(pBt, aRoot, nRoot)\ macro
499 zResult = sqliteBtreeIntegrityCheck(pBt, aRoot, nRoot); in btree_integrity_check()
3749 z = sqliteBtreeIntegrityCheck(db->aDb[pOp->p2].pBt, aRoot, nRoot); in sqliteVdbeExec()