OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LzmaDec_DecodeToDic
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/lzma_sdk/
LzmaDec.h
154
LzmaDec_DecodeToDic
()
161
/*
LzmaDec_DecodeToDic
181
SRes
LzmaDec_DecodeToDic
(CLzmaDec *p, SizeT dicLimit,
188
See
LzmaDec_DecodeToDic
description for information about STEPS and return results,
189
but you must use LzmaDec_DecodeToBuf instead of
LzmaDec_DecodeToDic
and you don't need
LzmaDec.c
719
SRes
LzmaDec_DecodeToDic
(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
864
res =
LzmaDec_DecodeToDic
(p, outSizeCur, src, &inSizeCur, curFinishMode, status);
991
res =
LzmaDec_DecodeToDic
(&p, outSize, src, srcLen, finishMode, status);
Lzma2Dec.c
262
res =
LzmaDec_DecodeToDic
(&p->decoder, dicPos + destSizeCur, src, &srcSizeCur, curFinishMode, status);
7zDec.c
152
res =
LzmaDec_DecodeToDic
(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h
155
LzmaDec_DecodeToDic
()
162
/*
LzmaDec_DecodeToDic
182
SRes
LzmaDec_DecodeToDic
(CLzmaDec *p, SizeT dicLimit,
189
See
LzmaDec_DecodeToDic
description for information about STEPS and return results,
190
but you must use LzmaDec_DecodeToBuf instead of
LzmaDec_DecodeToDic
and you don't need
LzmaDec.c
720
SRes
LzmaDec_DecodeToDic
(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
865
res =
LzmaDec_DecodeToDic
(p, outSizeCur, src, &inSizeCur, curFinishMode, status);
992
res =
LzmaDec_DecodeToDic
(&p, outSize, src, srcLen, finishMode, status);
/external/lzma/C/
LzmaDec.h
154
LzmaDec_DecodeToDic
()
161
/*
LzmaDec_DecodeToDic
181
SRes
LzmaDec_DecodeToDic
(CLzmaDec *p, SizeT dicLimit,
188
See
LzmaDec_DecodeToDic
description for information about STEPS and return results,
189
but you must use LzmaDec_DecodeToBuf instead of
LzmaDec_DecodeToDic
and you don't need
LzmaDec.c
719
SRes
LzmaDec_DecodeToDic
(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
864
res =
LzmaDec_DecodeToDic
(p, outSizeCur, src, &inSizeCur, curFinishMode, status);
991
res =
LzmaDec_DecodeToDic
(&p, outSize, src, srcLen, finishMode, status);
Lzma2Dec.c
262
res =
LzmaDec_DecodeToDic
(&p->decoder, dicPos + destSizeCur, src, &srcSizeCur, curFinishMode, status);
7zDec.c
152
res =
LzmaDec_DecodeToDic
(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
/external/lzma/CPP/7zip/Compress/
LzmaDecoder.cpp
121
SRes res =
LzmaDec_DecodeToDic
(&_state, dicPos + curSize, _inBuf + _inPos, &inSizeProcessed, finishMode, &status);
Completed in 210 milliseconds