• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/Heimdal-398.1.2/lib/sqlite/

Lines Matching refs:xOpen

470 ** 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
851 ** The flags argument to xOpen() includes all bits set in
855 ** If xOpen() opens a file read-only then it sets *pOutFlags to
858 ** ^(SQLite will also add one of the following flags to the xOpen()
881 ** SQLite might also add one of the following flags to the xOpen method:
904 ** argument to xOpen. The xOpen method does not have to
906 ** the xOpen method must set the sqlite3_file.pMethods to either
907 ** a valid [sqlite3_io_methods] object or to NULL. xOpen must do
909 ** element will be valid after xOpen returns regardless of the success
910 ** or failure of the xOpen call.
965 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
2596 ** The zFilename argument is the filename pointer passed into the xOpen()
2603 ** passed into the xOpen VFS method, then the behavior of this routine
4780 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4970 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed