Searched refs:blob_open (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3ext.h | 174 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64, member 527 #define sqlite3_blob_open sqlite3_api->blob_open
|
H A D | sqlite3.c | 136607 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64, 136960 #define sqlite3_blob_open sqlite3_api->blob_open
|