Searched refs:sqlite3_module (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.h | 7295 typedef struct sqlite3_module sqlite3_module; typedef 7313 struct sqlite3_module { struct 7589 const sqlite3_module *p, /* Methods for the module */ 7595 const sqlite3_module *p, /* Methods for the module */ 7636 const sqlite3_module *pModule; /* The module for this virtual table */
|
H A 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*,
|
H A D | shell.c | 6215 static sqlite3_module seriesModule = { 8121 static sqlite3_module fsdirModule = { in fsdirRegister() 8643 static sqlite3_module completionModule = { 11556 static sqlite3_module zipfileModule = { in zipfileRegister() 12556 static sqlite3_module expertModule = { in idxRegisterVtab() 16425 static sqlite3_module dbdata_module = { in sqlite3DbdataRegister()
|
H A D | sqlite3.c | 7608 typedef struct sqlite3_module sqlite3_module; typedef 7626 struct sqlite3_module { struct 7902 const sqlite3_module *p, /* Methods for the module */ 7908 const sqlite3_module *p, /* Methods for the module */ 7949 const sqlite3_module *pModule; /* The module for this virtual table */ 18179 const sqlite3_module *pModule; /* Callback pointers */ 21490 const sqlite3_module*, 87593 const sqlite3_module *pModule = pVCur->pVtab->pModule; 99177 const sqlite3_module *pModule; 101281 const sqlite3_module *pModule; [all …]
|