Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h621 int (*xClose)(sqlite3_file*); member
4161 int (*xClose)(sqlite3_vtab_cursor*); member
Dsqlite3.h.orig541 ** 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*);
705 ** the string will be valid and unchanged until xClose() is
4161 int (*xClose)(sqlite3_vtab_cursor*);
4336 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
Dsqlite3.c1145 int (*xClose)(sqlite3_file*); member
4685 int (*xClose)(sqlite3_vtab_cursor*); member
12106 rc = pId->pMethods->xClose(pId); in sqlite3OsClose()
26300 pNew->pMethod->xClose((sqlite3_file *)pNew);
26693 rc=lockProxy->pMethod->xClose((sqlite3_file *)lockProxy);
26785 rc = pCtx->conchFile->pMethod->xClose((sqlite3_file *)pCtx->conchFile);
26953 rc = lockProxy->pMethod->xClose((sqlite3_file*)lockProxy);
26963 rc = conchFile->pMethod->xClose((sqlite3_file*)conchFile);
26974 return pFile->pMethod->xClose(id);
48906 pModule->xClose(pVtabCursor);
[all …]
Dsqlite3.c.orig1065 ** 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*);
1229 ** the string will be valid and unchanged until xClose() is
4685 int (*xClose)(sqlite3_vtab_cursor*);
4860 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
12101 rc = pId->pMethods->xClose(pId);
24773 CLOSE, /* xClose */ \
24801 unixClose, /* xClose method */
24809 nolockClose, /* xClose method */
[all …]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2387 int (*xClose)(sqlite3_vtab_cursor*); member