OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xfi
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/gzip/
unxz.c
248
/// \param
xfi
Pointer to structure where the decoded information
258
parse_indexes(xz_file_info *
xfi
, int src_fd)
442
xfi
->stream_padding += stream_padding;
449
xfi
->idx = combined_index;
468
xz_file_info
xfi
= XZ_FILE_INFO_INIT;
local in function:unxz_len
469
if (!parse_indexes(&
xfi
, fd)) {
470
off_t res = lzma_index_uncompressed_size(
xfi
.idx);
471
lzma_index_end(
xfi
.idx, NULL);
Completed in 12 milliseconds
Indexes created Fri Oct 31 11:10:07 GMT 2025