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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h601 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
603 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
684 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
874 ** the string will be valid and unchanged until xClose() is
4911 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5101 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c1151 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1153 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1234 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1424 ** the string will be valid and unchanged until xClose() is
5461 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5651 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
14701 rc = pId->pMethods->xClose(pId);
24166 os2Close, /* xClose */
[all...]

Completed in 502 milliseconds