Searched refs:sqlite3_module (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile136 sqlite3_module.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h3917 ** then the corresponding [sqlite3_module.xClose() method should also be
7270 typedef struct sqlite3_module sqlite3_module; typedef in typeref:struct:sqlite3_module
7274 ** KEYWORDS: sqlite3_module {virtual table module}
7288 struct sqlite3_module { struct
7555 ** ^If the third parameter (the pointer to the sqlite3_module object) is
7564 const sqlite3_module *p, /* Methods for the module */
7570 const sqlite3_module *p, /* Methods for the module */
7611 const sqlite3_module *pModule; /* The module for this virtual table */
7625 ** [sqlite3_module
[all...]
H A Dsqlite3ext.h90 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*);
168 int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,
H A Dshell.c6145 static sqlite3_module seriesModule = {
8043 static sqlite3_module fsdirModule = {
8565 static sqlite3_module completionModule = {
11478 static sqlite3_module zipfileModule = {
12477 static sqlite3_module expertModule = {
15162 static sqlite3_module dbdata_module = {
H A Dsqlite3.c4230 ** then the corresponding [sqlite3_module.xClose() method should also be
7583 typedef struct sqlite3_module sqlite3_module; typedef in typeref:struct:sqlite3_module
7587 ** KEYWORDS: sqlite3_module {virtual table module}
7601 struct sqlite3_module { struct
7868 ** ^If the third parameter (the pointer to the sqlite3_module object) is
7877 const sqlite3_module *p, /* Methods for the module */
7883 const sqlite3_module *p, /* Methods for the module */
7924 const sqlite3_module *pModule; /* The module for this virtual table */
7938 ** [sqlite3_module
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1359 struct sqlite3_module
1455 const(sqlite3_module)*p, /* Methods for the module */
1462 const(sqlite3_module)*p, /* Methods for the module */
1472 const(sqlite3_module)*pModule; /** The module for this virtual table */

Completed in 814 milliseconds