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

/netbsd-current/usr.sbin/makemandb/
H A Dfts3_tokenizer.h42 ** To tokenize an input buffer, the sqlite3_tokenizer_module.xOpen()
93 int (*xOpen)( member in struct:sqlite3_tokenizer_module
101 ** method exactly once for each successful call to xOpen().
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d370 int flags, int *pOutFlags) xOpen;
1371 int function (sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) xOpen;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h578 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
736 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
742 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
744 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
745 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
746 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1278 ** xOpen method of a [VFS]. It may be cast to (const char*) and treated
1335 ** [[sqlite3_vfs.xOpen]]
1336 ** ^SQLite guarantees that the zFilename parameter to xOpen
1347 ** If the zFilename parameter to xOpen i
1472 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*, member in struct:sqlite3_vfs
7299 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]
H A Dshell.c6152 seriesOpen, /* xOpen - open a cursor */
8050 fsdirOpen, /* xOpen - open a cursor */
8572 completionOpen, /* xOpen - open a cursor */
8805 apndOpen, /* xOpen */
9145 return pBaseVfs->xOpen(pBaseVfs, zName, pFile, flags, pOutFlags);
9151 rc = pBaseVfs->xOpen(pBaseVfs, zName, pBaseFile, flags, pOutFlags);
11485 zipfileOpen, /* xOpen - open a cursor */
12372 ** Virtual table module xOpen method.
12484 expertOpen, /* xOpen - open a cursor */
15169 dbdataOpen, /* xOpen
[all...]
H A Dsqlite3.c891 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
1049 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
1055 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1057 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
1058 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1059 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1591 ** xOpen method of a [VFS]. It may be cast to (const char*) and treated
1648 ** [[sqlite3_vfs.xOpen]]
1649 ** ^SQLite guarantees that the zFilename parameter to xOpen
1660 ** If the zFilename parameter to xOpen i
1785 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*, member in struct:sqlite3_vfs
7612 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); member in struct:sqlite3_module
[all...]

Completed in 551 milliseconds