Searched defs:sqlite3_module (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h2368 typedef struct sqlite3_module sqlite3_module; typedef in typeref:struct:sqlite3_module
2375 struct sqlite3_module { struct
2407 ** method of an sqlite3_module. The fields under **Inputs** are the
2492 const sqlite3_module *, /* Methods for the module */
2514 const sqlite3_module *pModule; /* The module for this virtual table */
/external/sqlite/dist/
H A Dsqlite3.h4130 typedef struct sqlite3_module sqlite3_module; typedef in typeref:struct:sqlite3_module
4134 ** KEYWORDS: sqlite3_module {virtual table module}
4149 struct sqlite3_module { struct
4289 const sqlite3_module *p, /* Methods for the module */
4295 const sqlite3_module *p, /* Methods for the module */
4320 const sqlite3_module *pModule; /* The module for this virtual table */
4335 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed
4336 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
H A Dsqlite3.c4654 typedef struct sqlite3_module sqlite3_module; typedef in typeref:struct:sqlite3_module
4658 ** KEYWORDS: sqlite3_module {virtual table module}
4673 struct sqlite3_module { struct
4813 const sqlite3_module *p, /* Methods for the module */
4819 const sqlite3_module *p, /* Methods for the module */
4844 const sqlite3_module *pModule; /* The module for this virtual table */
4859 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed
4860 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
8566 const sqlite3_module *pModul
[all...]

Completed in 214 milliseconds