Home
last modified time | relevance | path

Searched refs:xCreate (Results 1 – 15 of 15) sorted by relevance

/external/perfetto/src/trace_processor/sqlite/
Dsqlite_vtable_benchmark.cc140 module.xCreate = create_fn; in BM_SqliteStepAndResult()
Dsqlite_table.h245 module->xCreate = create_fn;
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h6712 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
Dbindgen_bundled_version.rs2516 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 …]
Dsqlite3.c7760 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/
Dsqlite3.h6710 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
Dsqlite3.c7749 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/
Dsqlite3.h6710 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
Dsqlite3.c7749 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/
Dmod.rs97 xCreate: Some(rust_create::<T>), in read_only_module()
136 xCreate: None, in eponymous_only_module()
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.7.16.rs1703 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
Dbindgen_3.6.8.rs1468 pub xCreate: ::std::option::Option<unsafe extern "C" fn(arg1: field
1774 pub xCreate: ::std::option::Option<unsafe extern "C" fn(szPage: field
Dbindgen_3.6.23.rs1486 pub xCreate: ::std::option::Option<unsafe extern "C" fn(arg1: field
1792 pub xCreate: ::std::option::Option<unsafe extern "C" fn(szPage: field
Dbindgen_3.7.7.rs1632 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/
Dsqlite-btree.c.ppout769 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);