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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h432 ** in the 4th parameter to the xOpen method of the
534 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
540 ** If the xOpen method sets the sqlite3_file.pMethods element
542 ** may be invoked even if the xOpen reported that it failed. The
543 ** only way to prevent a call to xClose following a failed xOpen
544 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
702 ** SQLite will guarantee that the zFilename parameter to xOpen
709 ** If the zFilename parameter is xOpen is a NULL pointer then xOpen
714 ** The flags argument to xOpen() include
805 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
4160 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
H A Dsqlite3.c956 ** in the 4th parameter to the xOpen method of the
1058 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
1064 ** If the xOpen method sets the sqlite3_file.pMethods element
1066 ** may be invoked even if the xOpen reported that it failed. The
1067 ** only way to prevent a call to xClose following a failed xOpen
1068 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
1226 ** SQLite will guarantee that the zFilename parameter to xOpen
1233 ** If the zFilename parameter is xOpen is a NULL pointer then xOpen
1238 ** The flags argument to xOpen() include
1329 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, member in struct:sqlite3_vfs
4684 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]

Completed in 282 milliseconds