Home
last modified time | relevance | path

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

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