Home
last modified time | relevance | path

Searched refs:matchFinderMt (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/C/
H A DLzmaEnc.c433 CMatchFinderMt matchFinderMt; member
492 #define MFB (p->matchFinderMt.MatchFinder)
599 p->matchFinderMt.btSync.affinity = in LzmaEnc_SetProps()
600 p->matchFinderMt.hashSync.affinity = props.affinity; in LzmaEnc_SetProps()
2172 ( // p->matchFinderMt.failure_LZ_LZ || in CheckErrors()
2173 p->matchFinderMt.failure_LZ_BT)) in CheckErrors()
2177 // printf("\nCheckErrors p->matchFinderMt.failureLZ\n"); in CheckErrors()
2327 p->matchFinderMt.MatchFinder = &MFB; in LzmaEnc_Construct()
2328 MatchFinderMt_Construct(&p->matchFinderMt); in LzmaEnc_Construct()
2366 MatchFinderMt_Destruct(&p->matchFinderMt, allocBi in LzmaEnc_Destruct()
[all...]

Completed in 5 milliseconds