Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h431 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
H A Dsqlite3.c638 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
55653 rc = SQLITE_NOTADB;
55693 rc = SQLITE_NOTADB;
129285 case SQLITE_NOTADB: zName = "SQLITE_NOTADB"; break;
/PHP-5.5/
H A DNEWS9592 - Fixed bug #32753 (Undefined constant SQLITE_NOTADB). (Ilia)

Completed in 374 milliseconds