HomeSort by relevance Sort by last modified time
    Searched full:_filterid (Results 1 - 1 of 1) sorted by null

  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 140 UInt32 _filterId;
145 _filterId = 0;
897 xzProps.filterProps = (_filterId != 0 ? &filter : NULL);
906 filter.id = _filterId;
907 if (_filterId == XZ_ID_Delta)
954 _filterId = pair.Id;

Completed in 283 milliseconds