Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.h106 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);
DLzFind.c1085 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) in MatchFinder_CreateVTable() function
DLzmaEnc.c2608 MatchFinder_CreateVTable(&p->matchFinderBase, &p->matchFinder); in LzmaEnc_Alloc()