HomeSort by: relevance | last modified time | path
    Searched defs:first_header_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/common/
file_info.c 70 lzma_stream_flags first_header_flags; member in struct:__anon344
271 // are stored in coder->first_header_flags so that we
287 &coder->first_header_flags, coder->temp));
526 // coder->first_header_flags to avoid the seek.
527 coder->header_flags = coder->first_header_flags;
file_info.c 70 lzma_stream_flags first_header_flags; member in struct:__anon344
271 // are stored in coder->first_header_flags so that we
287 &coder->first_header_flags, coder->temp));
526 // coder->first_header_flags to avoid the seek.
527 coder->header_flags = coder->first_header_flags;

Completed in 145 milliseconds