Home
last modified time | relevance | path

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

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