Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_main.c233 if( pDb->factory.xFree ) pDb->factory.xFree(pDb->factory.pCtx); in lsm_close()
411 if( pDb->factory.xFree ){ in lsm_config()
413 pDb->factory.xFree(pDb->factory.pCtx); in lsm_config()
415 memcpy(&pDb->factory, p, sizeof(lsm_compress_factory)); in lsm_config()
H A Dlsm_shared.c1120 if( pDb->factory.xFactory ){ in lsmCheckCompressionId()
1122 pDb->factory.xFactory(pDb->factory.pCtx, pDb, iReq); in lsmCheckCompressionId()
H A DlsmInt.h356 lsm_compress_factory factory; /* Compression callback factory */ member
/sqlite-3.40.0/test/
H A Dcollate3.test26 # collate3.5.* - Collation factory.
462 # Test the collation factory. In the code, the "no such collation sequence"
464 # the collation factory can be called once from each of those points.
H A Denc2.test296 # Also test that a UTF-16 collation factory works.
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md126 - **[StructBinderFactory][StructBinderFactory]** is a factory function which
130 - **[StructBinder][]** is a factory function which converts an
152 one-time task per project and results is a factory function which
171 factory for processing struct descriptions, but does not process any
205 The StructBinder factory function returns a function which can then be
442 functions and types are generated. The binder factory's signature is:
452 The binder factory supports the following options in its
562 [StructBinderFactory][] because each factory can hypothetically have
918 binder factory at your leisure.