Searched defs:xOpen (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h965 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
4780 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
H A Dsqlite3.c1518 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
5333 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1377 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
6786 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
H A Dsqlite3.c2440 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
7849 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]

Completed in 605 milliseconds