Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.w32.h170 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
H A Dmain.c853 case SQLITE_NOTADB: z = "file is encrypted or is not a database";break; in sqlite_error_string()
H A Dsqlite.h.in174 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
H A Dbtree.c796 rc = SQLITE_NOTADB; in lockBtree()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h408 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
H A Dsqlite3.c955 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
49834 rc = SQLITE_NOTADB;
49871 rc = SQLITE_NOTADB;
/PHP-5.3/ext/sqlite/
H A Dsqlite.c1430 REGISTER_LONG_CONSTANT("SQLITE_NOTADB", SQLITE_NOTADB, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-5.3/
H A DNEWS6542 - Fixed bug #32753 (Undefined constant SQLITE_NOTADB). (Ilia)

Completed in 417 milliseconds