Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h4311 int sqlite3CorruptError(int);
4314 #define SQLITE_CORRUPT_BKPT sqlite3CorruptError(__LINE__)
4330 # define SQLITE_CORRUPT_PGNO(P) sqlite3CorruptError(__LINE__)
H A Dmain.c3723 int sqlite3CorruptError(int lineno){ in sqlite3CorruptError() function