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
4782 ** 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
5325 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
14002 rc = pId->pMethods->xClose(pId);
23358 os2Close, /* xClose */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h643 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
645 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
726 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1028 ** the string will be valid and unchanged until xClose() is
5316 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5520 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c758 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
760 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
841 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1143 ** the string will be valid and unchanged until xClose() is
5431 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5635 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
15798 rc = pId->pMethods->xClose(pId);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h643 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
645 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
726 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1028 ** the string will be valid and unchanged until xClose() is
5316 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5520 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c758 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
760 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
841 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1143 ** the string will be valid and unchanged until xClose() is
5431 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
5635 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
15798 rc = pId->pMethods->xClose(pId);
[all...]

Completed in 3139 milliseconds