Searched refs:Xzs_ReadBackward (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/C/ |
H A D | Xz.h | 140 SRes Xzs_ReadBackward(CXzs *p, ILookInStreamPtr inStream, Int64 *startOffset, ICompressProgressPtr progress, ISzAllocPtr alloc);
|
H A D | XzIn.c | 307 SRes Xzs_ReadBackward(CXzs *p, ILookInStreamPtr stream, Int64 *startOffset, ICompressProgressPtr progress, ISzAllocPtr alloc)
in Xzs_ReadBackward() function
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | XzHandler.cpp | 578 SRes res = Xzs_ReadBackward(&xzs.p, &lookStream.vt, &startPosition, &openWrap.vt, &g_Alloc);
in Open2()
|
Completed in 4 milliseconds