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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h573 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
657 ** the string will be valid and unchanged until xClose() is
4076 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
/external/sqlite/dist/orig/
H A Dsqlite3.h602 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
685 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
909 ** the string will be valid and unchanged until xClose() is
4960 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5150 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c1152 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1154 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1235 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1459 ** the string will be valid and unchanged until xClose() is
5510 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5700 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
14733 rc = pId->pMethods->xClose(pId);
24227 os2Close, /* xClose */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h602 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
685 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
909 ** the string will be valid and unchanged until xClose() is
4960 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5150 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c1152 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1154 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1235 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1459 ** the string will be valid and unchanged until xClose() is
5510 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5700 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
14733 rc = pId->pMethods->xClose(pId);
24227 os2Close, /* xClose */
[all...]

Completed in 762 milliseconds