Home
last modified time | relevance | path

Searched refs:xCompress (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h311 int (*xCompress)(void *, char *, int *, const char *, int); member
H A Dlsm_file.c732 if( db->compress.xCompress ){ in lsmFsConfigure()
2571 return p->xCompress(p->pCtx, in fsCompressIntoBuffer()
H A Dlsm_sorted.c3845 assert( rc || pMW->pLevel->lhs.iFirst>0 || pMW->pDb->compress.xCompress ); in mergeWorkerNextPage()