Searched refs:xClose (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h640 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
642 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
723 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
985 ** the string will be valid and unchanged until xClose() is
5176 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5366 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c1211 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1213 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1294 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1556 ** the string will be valid and unchanged until xClose() is
5747 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5937 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
15159 rc = pId->pMethods->xClose(pId);
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h596 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
598 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
679 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
842 ** the string will be valid and unchanged until xClose() is
4781 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
4971 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c1149 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1151 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1232 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1395 ** the string will be valid and unchanged until xClose() is
5334 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5524 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
14392 rc = pId->pMethods->xClose(pId);
23792 os2Close, /* xClose */
[all...]

Completed in 679 milliseconds