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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h393 ** in the 4th parameter to the xOpen method of the
492 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
654 ** SQLite will guarantee that the zFilename parameter to xOpen
661 ** If the zFilename parameter is xOpen is a NULL pointer then xOpen
666 ** The flags argument to xOpen() includes all bits set in
670 ** If xOpen() opens a file read-only then it sets *pOutFlags to
673 ** SQLite will also add one of the following flags to the xOpen()
695 ** SQLite might also add one of the following flags to the xOpen method:
712 ** argument to xOpen
747 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
4075 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h471 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
595 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
603 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
901 ** [[sqlite3_vfs.xOpen]]
902 ** ^SQLite guarantees that the zFilename parameter to xOpen
913 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1032 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
4959 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
H A Dsqlite3.c1021 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
1145 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
1151 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1153 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
1154 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1155 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1451 ** [[sqlite3_vfs.xOpen]]
1452 ** ^SQLite guarantees that the zFilename parameter to xOpen
1463 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1582 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
5509 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/
H A Dsqlite3.h471 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
595 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
603 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
901 ** [[sqlite3_vfs.xOpen]]
902 ** ^SQLite guarantees that the zFilename parameter to xOpen
913 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1032 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
4959 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
H A Dsqlite3.c1021 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
1145 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
1151 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1153 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
1154 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1155 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1451 ** [[sqlite3_vfs.xOpen]]
1452 ** ^SQLite guarantees that the zFilename parameter to xOpen
1463 ** If the zFilename parameter to xOpen is a NULL pointer then xOpen
1582 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
5509 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]

Completed in 201 milliseconds