/external/perfetto/src/trace_processor/sqlite/ |
D | sqlite_vtable_benchmark.cc | 140 module.xCreate = create_fn; in BM_SqliteStepAndResult()
|
D | sqlite_table.h | 245 module->xCreate = create_fn;
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.h | 6712 int (*xCreate)(sqlite3*, void *pAux, member 8448 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable); member 8470 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member 12099 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member
|
D | bindgen_bundled_version.rs | 2516 pub xCreate: ::std::option::Option< field 2671 unsafe { &(*(::std::ptr::null::<sqlite3_module>())).xCreate as *const _ as usize }, in bindgen_test_layout_sqlite3_module() 2677 stringify!(xCreate) in bindgen_test_layout_sqlite3_module() 3739 pub xCreate: ::std::option::Option< field 3837 unsafe { &(*(::std::ptr::null::<sqlite3_pcache_methods2>())).xCreate as *const _ as usize }, in bindgen_test_layout_sqlite3_pcache_methods2() 3843 stringify!(xCreate) in bindgen_test_layout_sqlite3_pcache_methods2() 3943 pub xCreate: ::std::option::Option< field 4027 unsafe { &(*(::std::ptr::null::<sqlite3_pcache_methods>())).xCreate as *const _ as usize }, in bindgen_test_layout_sqlite3_pcache_methods() 4033 stringify!(xCreate) in bindgen_test_layout_sqlite3_pcache_methods() 5062 pub xCreate: ::std::option::Option< field [all …]
|
D | sqlite3.c | 7760 int (*xCreate)(sqlite3*, void *pAux, member 9496 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable); member 9518 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member 13147 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member 49202 pNew = sqlite3GlobalConfig.pcache2.xCreate( 140348 if( pMod==0 || pMod->pModule->xCreate==0 || pMod->pModule->xDestroy==0 ){ 140352 rc = vtabCallConstructor(db, pTab, pMod, pMod->pModule->xCreate, pzErr); 140787 if( pModule->xCreate!=0 && pModule->xCreate!=pModule->xConnect ) return 0; 166353 int (*xCreate)( 176085 rc = m->xCreate(iArg, aArg, ppTok); [all …]
|
/external/sqlite/dist/ |
D | sqlite3.h | 6710 int (*xCreate)(sqlite3*, void *pAux, member 8442 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable); member 8464 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member 12093 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member
|
D | sqlite3.c | 7749 int (*xCreate)(sqlite3*, void *pAux, member 9481 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable); member 9503 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member 13132 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member 49130 pNew = sqlite3GlobalConfig.pcache2.xCreate( 139704 if( pMod==0 || pMod->pModule->xCreate==0 || pMod->pModule->xDestroy==0 ){ 139708 rc = vtabCallConstructor(db, pTab, pMod, pMod->pModule->xCreate, pzErr); 140143 if( pModule->xCreate!=0 && pModule->xCreate!=pModule->xConnect ) return 0; 165661 int (*xCreate)( 175390 rc = m->xCreate(iArg, aArg, ppTok); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 6710 int (*xCreate)(sqlite3*, void *pAux, member 8442 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable); member 8464 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member 12093 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member
|
D | sqlite3.c | 7749 int (*xCreate)(sqlite3*, void *pAux, member 9481 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable); member 9503 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); member 13132 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); member 49114 pNew = sqlite3GlobalConfig.pcache2.xCreate( 139688 if( pMod==0 || pMod->pModule->xCreate==0 || pMod->pModule->xDestroy==0 ){ 139692 rc = vtabCallConstructor(db, pTab, pMod, pMod->pModule->xCreate, pzErr); 140127 if( pModule->xCreate!=0 && pModule->xCreate!=pModule->xConnect ) return 0; 165645 int (*xCreate)( 175362 rc = m->xCreate(iArg, aArg, ppTok); [all …]
|
/external/rust/crates/rusqlite/src/vtab/ |
D | mod.rs | 97 xCreate: Some(rust_create::<T>), in read_only_module() 136 xCreate: None, in eponymous_only_module()
|
/external/rust/crates/libsqlite3-sys/bindgen-bindings/ |
D | bindgen_3.7.16.rs | 1703 pub xCreate: ::std::option::Option<unsafe extern "C" fn(arg1: field 2043 pub xCreate: ::std::option::Option<unsafe extern "C" fn(szPage: field 2104 pub xCreate: ::std::option::Option<unsafe extern "C" fn(szPage: field
|
D | bindgen_3.6.8.rs | 1468 pub xCreate: ::std::option::Option<unsafe extern "C" fn(arg1: field 1774 pub xCreate: ::std::option::Option<unsafe extern "C" fn(szPage: field
|
D | bindgen_3.6.23.rs | 1486 pub xCreate: ::std::option::Option<unsafe extern "C" fn(arg1: field 1792 pub xCreate: ::std::option::Option<unsafe extern "C" fn(szPage: field
|
D | bindgen_3.7.7.rs | 1632 pub xCreate: ::std::option::Option<unsafe extern "C" fn(arg1: field 1957 pub xCreate: ::std::option::Option<unsafe extern "C" fn(szPage: field
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 769 int (*xCreate)(sqlite3*, void *pAux, 968 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable); 990 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable); 1231 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);
|