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

/external/sqlite/dist/orig/
H A Dsqlite3.h650 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
652 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
733 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1053 ** the string will be valid and unchanged until xClose() is
5498 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5703 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c857 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
859 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
940 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1260 ** the string will be valid and unchanged until xClose() is
5705 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5910 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
16530 rc = pId->pMethods->xClose(pId);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h650 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
652 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
733 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1053 ** the string will be valid and unchanged until xClose() is
5498 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5703 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c857 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
859 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
940 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1260 ** the string will be valid and unchanged until xClose() is
5705 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5910 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
16530 rc = pId->pMethods->xClose(pId);
[all...]

Completed in 576 milliseconds