Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h429 #define sqlite3_open_v2 sqlite3_api->open_v2 macro
H A Dsqlite3.h2973 SQLITE_API int SQLITE_STDCALL sqlite3_open_v2(
H A Dsqlite3.c3180 SQLITE_API int SQLITE_STDCALL sqlite3_open_v2(
102284 #define sqlite3_open_v2 sqlite3_api->open_v2
102664 sqlite3_open_v2,
130931 SQLITE_API int SQLITE_STDCALL sqlite3_open_v2(
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c144 if (sqlite3_open_v2(fullpath, &(db_obj->db), flags, NULL) != SQLITE_OK) {

Completed in 534 milliseconds