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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h699 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
701 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
786 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1248 ** the string will be valid and unchanged until xClose() is
3716 ** then the corresponding [sqlite3_module.xClose() method should also be
6787 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
7077 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dshell.c3066 fsdirClose, /* xClose - close a cursor */
3579 completionClose, /* xClose - close a cursor */
3830 apndClose, /* xClose */
3855 return pFile->pMethods->xClose(pFile);
4161 pBaseFile->pMethods->xClose(pBaseFile);
4178 pBaseFile->pMethods->xClose(pBaseFile);
5838 seriesClose, /* xClose - close a cursor */
8033 zipfileClose, /* xClose - close a cursor */
8904 ** Virtual table module xClose method.
9005 expertClose, /* xClose
[all...]
H A Dsqlite3.c1762 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1764 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1849 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
2311 ** the string will be valid and unchanged until xClose() is
4779 ** then the corresponding [sqlite3_module.xClose() method should also be
7850 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
8140 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
23329 pId->pMethods->xClose(pId);
[all...]

Completed in 1140 milliseconds