OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lzstream
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_xar.c
340
lzma_stream
lzstream
;
member in struct:xar
1534
lzma_end(&(xar->
lzstream
));
1538
r = lzma_stream_decoder(&(xar->
lzstream
),
1542
r = lzma_alone_decoder(&(xar->
lzstream
),
1570
xar->
lzstream
.total_in = 0;
1571
xar->
lzstream
.total_out = 0;
1679
xar->
lzstream
.next_in = b;
1680
xar->
lzstream
.avail_in = avail_in;
1681
xar->
lzstream
.next_out = (unsigned char *)outbuff;
1682
xar->
lzstream
.avail_out = avail_out
[
all
...]
archive_read_support_format_7zip.c
323
lzma_stream
lzstream
;
member in struct:_7zip
1390
lzma_end(&(zip->
lzstream
));
1502
r = lzma_raw_decoder(&(zip->
lzstream
), filters);
1509
zip->
lzstream
.total_in = 0;
1510
zip->
lzstream
.total_out = 0;
1763
zip->
lzstream
.next_in = t_next_in;
1764
zip->
lzstream
.avail_in = t_avail_in;
1765
zip->
lzstream
.next_out = t_next_out;
1766
zip->
lzstream
.avail_out = t_avail_out;
1768
r = lzma_code(&(zip->
lzstream
), LZMA_RUN)
[
all
...]
Completed in 29 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026