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

/macosx-10.10.1/Heimdal-398.1.2/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 495 milliseconds