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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_tokenizer.h50 ** xClose() to free any internal state. The pInput passed to
53 ** or until xClose() is called.
62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member in struct:sqlite3_tokenizer_module
H A Dtokenizer.h50 ** xClose() to free any internal state. The pInput passed to
53 ** or until xClose() is called.
62 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member in struct:sqlite3_tokenizer_module
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.h91 ** until the cursor is closed (using the xClose() method).
103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member in struct:sqlite3_tokenizer_module
120 ** to xNext() or xClose().
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.h91 ** until the cursor is closed (using the xClose() method).
103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor); member in struct:sqlite3_tokenizer_module
123 ** to xNext() or xClose().
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h590 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
592 ** only way to prevent a call to xClose following a failed xOpen
672 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
801 ** the string will be valid and unchanged until xClose() is
4597 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
4797 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c1133 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1135 ** only way to prevent a call to xClose following a failed xOpen
1215 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1344 ** the string will be valid and unchanged until xClose() is
5140 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5340 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
14017 rc = pId->pMethods->xClose(pId);
23373 os2Close, /* xClose */
[all...]
/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 612 milliseconds