Searched refs:sqlite3_module (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 5251 typedef struct sqlite3_module sqlite3_module; typedef 5269 struct sqlite3_module { struct 5440 const sqlite3_module *p, /* Methods for the module */ 5446 const sqlite3_module *p, /* Methods for the module */ 5470 const sqlite3_module *pModule; /* The module for this virtual table */
|
| H A D | sqlite3ext.h | 92 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); 170 int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,
|
| H A D | sqlite3.c | 5279 typedef struct sqlite3_module sqlite3_module; typedef 5297 struct sqlite3_module { struct 5468 const sqlite3_module *p, /* Methods for the module */ 5474 const sqlite3_module *p, /* Methods for the module */ 5498 const sqlite3_module *pModule; /* The module for this virtual table */ 10583 const sqlite3_module *pModule; /* Callback pointers */ 63067 const sqlite3_module *pModule = pVtabCursor->pVtab->pModule; 70798 const sqlite3_module *pModule; 72284 sqlite3_module *pModule; 72290 pModule = (sqlite3_module *)pVtab->pModule; [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/ |
| H A D | 2009-01-22-SortInvalidation.ll | 22 …*, %struct.KeyInfo*, i32, i64, %struct.sqlite3_vtab_cursor*, %struct.sqlite3_module*, i32, i32, i3… 38 %struct.Module = type { %struct.sqlite3_module*, i8*, i8*, void (i8*)* } 68 …%struct.sqlite3_module = type { i32, i32 (%struct.sqlite3*, i8*, i32, i8**, %struct.sqlite3_vtab**… 71 %struct.sqlite3_vtab = type { %struct.sqlite3_module*, i32, i8* }
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | 2009-04-29-RegAllocAssert.ll | 24 …*, %struct.KeyInfo*, i32, i64, %struct.sqlite3_vtab_cursor*, %struct.sqlite3_module*, i32, i32, i3… 41 %struct.Module = type { %struct.sqlite3_module*, i8*, i8*, void (i8*)* } 66 …%struct.sqlite3_module = type { i32, i32 (%struct.sqlite3*, i8*, i32, i8**, %struct.sqlite3_vtab**… 69 %struct.sqlite3_vtab = type { %struct.sqlite3_module*, i32, i8* }
|