Home
last modified time | relevance | path

Searched refs:IMatchFinder (Results 1 – 9 of 9) sorted by relevance

/external/lzma/C/
DLzFind.h104 } IMatchFinder; typedef
106 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable);
DLzFindMt.h96 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable);
DLzFind.c1085 void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) in MatchFinder_CreateVTable()
DLzFindMt.c819 void MatchFinderMt_CreateVTable(CMatchFinderMt *p, IMatchFinder *vTable)
DLzmaEnc.c302 IMatchFinder matchFinder;
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj42 <Compile Include="..\LZ\IMatchFinder.cs">
43 <Link>LZ\IMatchFinder.cs</Link>
/external/lzma/CS/7zip/Compress/LZ/
DIMatchFinder.cs17 interface IMatchFinder : IInWindowStream interface
DLzBinTree.cs7 public class BinTree : InWindow, IMatchFinder
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs304 LZ.IMatchFinder _matchFinder = null;