Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h4313 int sqlite3CantopenError(int);
4316 #define SQLITE_CANTOPEN_BKPT sqlite3CantopenError(__LINE__)
H A Dmain.c3731 int sqlite3CantopenError(int lineno){ in sqlite3CantopenError() function