Searched defs:SQLITE_CORRUPT_PAGE (Results 1 – 1 of 1) sorted by relevance
149 # define SQLITE_CORRUPT_PAGE(pMemPage) corruptPageError(__LINE__, pMemPage) macro151 # define SQLITE_CORRUPT_PAGE(pMemPage) SQLITE_CORRUPT_PGNO(pMemPage->pgno) macro