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

/macosx-10.9.5/Heimdal-323.92.1/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 305 milliseconds