Home
last modified time | relevance | path

Searched refs:open_v2 (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h189 int (*open_v2)(const char*,sqlite3**,int,const char*); member
521 #define sqlite3_open_v2 sqlite3_api->open_v2
/third_party/sqlite/src/
Dsqlite3.c127960 int (*open_v2)(const char*,sqlite3**,int,const char*);
128288 #define sqlite3_open_v2 sqlite3_api->open_v2