Home
last modified time | relevance | path

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

/external/lzma/C/
DXz.h141 CODER_STATUS_NEEDS_MORE_INPUT /* you must provide more input bytes */ enumerator
DXzDec.c687 *status = CODER_STATUS_NEEDS_MORE_INPUT; in XzUnpacker_Code()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp625 if (status == CODER_STATUS_NEEDS_MORE_INPUT) in Decode()