Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c73361 int corruptPageError(int lineno, MemPage *p){ function
73374 # define SQLITE_CORRUPT_PAGE(pMemPage) corruptPageError(__LINE__, pMemPage)