Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c151 # define SQLITE_CORRUPT_PAGE(pMemPage) SQLITE_CORRUPT_PGNO(pMemPage->pgno)
1081 if( *pEType<1 || *pEType>5 ) return SQLITE_CORRUPT_PGNO(iPtrmap); in ptrmapGet()
2296 rc = SQLITE_CORRUPT_PGNO(pgno); in getAndInitPage()
6319 rc = SQLITE_CORRUPT_PGNO(pPrevTrunk ? pPrevTrunk->pgno : 1); in allocateBtreePage()
6348 rc = SQLITE_CORRUPT_PGNO(iTrunk); in allocateBtreePage()
6382 rc = SQLITE_CORRUPT_PGNO(iTrunk); in allocateBtreePage()
6447 rc = SQLITE_CORRUPT_PGNO(iTrunk); in allocateBtreePage()
H A DsqliteInt.h4328 # define SQLITE_CORRUPT_PGNO(P) sqlite3CorruptPgnoError(__LINE__,(P)) macro
4330 # define SQLITE_CORRUPT_PGNO(P) sqlite3CorruptError(__LINE__) macro