HomeSort by: relevance | last modified time | path
    Searched refs:LZMA_SEEK_NEEDED (Results 1 - 6 of 6) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
base.h 242 LZMA_SEEK_NEEDED = 12,
248 * as an argument. No other coders can return LZMA_SEEK_NEEDED.
563 * \brief New seek input position for LZMA_SEEK_NEEDED
565 * When lzma_code() returns LZMA_SEEK_NEEDED, the new input position
  /src/external/public-domain/xz/dist/doc/examples/
11_file_info.c 97 case LZMA_SEEK_NEEDED:
  /src/external/public-domain/xz/dist/src/liblzma/common/
file_info.c 63 /// LZMA_SEEK_NEEDED. This is set by seek_to_pos() when needed.
101 /// to lzma_code(), the decoder will never need to return LZMA_SEEK_NEEDED
105 /// LZMA_SEEK_NEEDED.
189 return LZMA_SEEK_NEEDED;
412 return LZMA_SEEK_NEEDED;
842 // lzma_code() is able to handle the LZMA_FINISH + LZMA_SEEK_NEEDED
common.c 337 case LZMA_SEEK_NEEDED:
  /src/external/public-domain/xz/dist/src/xz/
message.c 824 case LZMA_SEEK_NEEDED:
list.c 389 case LZMA_SEEK_NEEDED:

Completed in 84 milliseconds