Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21362 #define CORRUPT_DB (sqlite3Config.neverCorrupt==0) macro
63604 assert( pPager->dbSize>=nPage || CORRUPT_DB );
66814 assert( !pPgOld || pPgOld->nRef==1 || CORRUPT_DB );
71012 assert( iFrame>iRead || CORRUPT_DB );
74568 assert( nSize==debuginfo.nSize || CORRUPT_DB );
74610 assert( nSize==debuginfo.nSize || CORRUPT_DB );
74631 assert( debuginfo.nSize==(u16)(pIter - pCell) || CORRUPT_DB );
74683 assert( nSize==debuginfo.nSize || CORRUPT_DB );
74759 assert( nCell==get2byte(&data[hdr+3]) || CORRUPT_DB );
75004 assert( pPage->nCell>0 || CORRUPT_DB );
[all …]