Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21627 SQLITE_PRIVATE int sqlite3CantopenError(int);
21630 #define SQLITE_CANTOPEN_BKPT sqlite3CantopenError(__LINE__)
191077 SQLITE_PRIVATE int sqlite3CantopenError(int lineno){ function