Home
last modified time | relevance | path

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

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