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