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

/netbsd-current/usr.sbin/makemandb/
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().
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d292 int function (sqlite3_file*) xClose;
1372 int function (sqlite3_vtab_cursor*) xClose;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h743 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
745 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
837 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1343 ** the string will be valid and unchanged until xClose() is
3917 ** then the corresponding [sqlite3_module.xClose() method should also be
7300 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
7626 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dshell.c6153 seriesClose, /* xClose - close a cursor */
8051 fsdirClose, /* xClose - close a cursor */
8573 completionClose, /* xClose - close a cursor */
8825 apndClose, /* xClose */
8850 return pFile->pMethods->xClose(pFile);
9155 pBaseFile->pMethods->xClose(pBaseFile);
9175 pBaseFile->pMethods->xClose(pBaseFile);
11486 zipfileClose, /* xClose - close a cursor */
12384 ** Virtual table module xClose method.
12485 expertClose, /* xClose
[all...]
H A Dsqlite3.c1056 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1058 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1150 int (*xClose)(sqlite3_file*); member in struct:sqlite3_io_methods
1656 ** the string will be valid and unchanged until xClose() is
4230 ** then the corresponding [sqlite3_module.xClose() method should also be
7613 int (*xClose)(sqlite3_vtab_cursor*); member in struct:sqlite3_module
7939 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
[all...]

Completed in 850 milliseconds