Home
last modified time | relevance | path

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

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