Searched refs:sqlite3_module (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | sqlite3.h | 7270 typedef struct sqlite3_module sqlite3_module; typedef 7288 struct sqlite3_module { struct 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 */
|
| D | sqlite3ext.h | 90 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); 168 int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,
|
| D | shell.c | 6145 static sqlite3_module seriesModule = { 8043 static sqlite3_module fsdirModule = { in fsdirRegister() 8565 static sqlite3_module completionModule = { 11478 static sqlite3_module zipfileModule = { in zipfileRegister() 12477 static sqlite3_module expertModule = { in idxRegisterVtab() 15162 static sqlite3_module dbdata_module = { in sqlite3DbdataRegister()
|
| D | sqlite3.c | 7583 typedef struct sqlite3_module sqlite3_module; typedef 7601 struct sqlite3_module { struct 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 */ 18125 const sqlite3_module *pModule; /* Callback pointers */ 21408 const sqlite3_module*, 87117 const sqlite3_module *pModule = pVCur->pVtab->pModule; 98664 const sqlite3_module *pModule; 100741 const sqlite3_module *pModule; [all …]
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 10742 ./usr/share/man/cat3/sqlite3_module.0 comp-c-catman .cat 19267 ./usr/share/man/html3/sqlite3_module.html comp-c-htmlman html 27828 ./usr/share/man/man3/sqlite3_module.3 comp-c-man .man
|