Home
last modified time | relevance | path

Searched defs:SQLITE_CANTOPEN (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d127 SQLITE_CANTOPEN = 14, /** Unable to open the database file */ enumerator
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h459 #define SQLITE_CANTOPEN 14 /* Unable to open the database file */ macro
H A Dsqlite3.c772 #define SQLITE_CANTOPEN 14 /* Unable to open the database file */ macro