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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h541 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
543 ** only way to prevent a call to xClose following a failed xOpen
621 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
705 ** the string will be valid and unchanged until xClose() is
4161 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
4336 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c1065 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1067 ** only way to prevent a call to xClose following a failed xOpen
1145 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1229 ** the string will be valid and unchanged until xClose() is
4685 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
4860 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
12081 rc = pId->pMethods->xClose(pId);
24748 CLOSE, /* xClose */ \
24776 unixClose, /* xClose metho
[all...]

Completed in 308 milliseconds