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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h508 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
633 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
639 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
641 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
642 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
643 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
977 ** [[sqlite3_vfs.xOpen]]
978 ** ^SQLite guarantees that the zFilename parameter to xOpen
989 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1108 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
5175 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
H A Dsqlite3.c1079 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
1204 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
1210 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1212 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
1213 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1214 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1548 ** [[sqlite3_vfs.xOpen]]
1549 ** ^SQLite guarantees that the zFilename parameter to xOpen
1560 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1679 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
5746 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h470 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
589 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
595 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
597 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
598 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
599 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
834 ** [[sqlite3_vfs.xOpen]]
835 ** ^SQLite guarantees that the zFilename parameter to xOpen
846 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
965 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.c1023 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
1142 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
1148 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1150 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
1151 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1152 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1387 ** [[sqlite3_vfs.xOpen]]
1388 ** ^SQLite guarantees that the zFilename parameter to xOpen
1399 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1518 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...]

Completed in 582 milliseconds