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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h552 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
692 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
698 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
700 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
701 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
702 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1240 ** [[sqlite3_vfs.xOpen]]
1241 ** ^SQLite guarantees that the zFilename parameter to xOpen
1252 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1377 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 Dshell.c3065 fsdirOpen, /* xOpen - open a cursor */
3578 completionOpen, /* xOpen - open a cursor */
3810 apndOpen, /* xOpen */
4150 return pBaseVfs->xOpen(pBaseVfs, zName, pFile, flags, pOutFlags);
4156 rc = pBaseVfs->xOpen(pBaseVfs, zName, pBaseFile, flags, pOutFlags);
5837 seriesOpen, /* xOpen - open a cursor */
8032 zipfileOpen, /* xOpen - open a cursor */
8892 ** Virtual table module xOpen method.
9004 expertOpen, /* xOpen - open a cursor */
11155 dbdataOpen, /* xOpen
[all...]
H A Dsqlite3.c1615 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
1755 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
1761 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1763 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
1764 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1765 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
2303 ** [[sqlite3_vfs.xOpen]]
2304 ** ^SQLite guarantees that the zFilename parameter to xOpen
2315 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
2440 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 959 milliseconds