Home
last modified time | relevance | path

Searched refs:sqliteBtreeIntegrityCheck (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h141 #define sqliteBtreeIntegrityCheck(pBt, aRoot, nRoot)\ macro
H A Dtest3.c496 zResult = sqliteBtreeIntegrityCheck(pBt, aRoot, nRoot); in btree_integrity_check()
H A Dvdbe.c3747 z = sqliteBtreeIntegrityCheck(db->aDb[pOp->p2].pBt, aRoot, nRoot); in sqliteVdbeExec()