OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bzs
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/gzip/
unbzip2.c
39
bz_stream
bzs
;
local in function:unbzip2
49
bzs
.bzalloc = NULL;
50
bzs
.bzfree = NULL;
51
bzs
.opaque = NULL;
54
ret = BZ2_bzDecompressInit(&
bzs
, 0, 0);
59
bzs
.avail_in = prelen;
60
bzs
.next_in = pre;
67
if (
bzs
.avail_in == 0 && !end_of_file) {
76
bzs
.next_in = inbuf;
77
bzs
.avail_in = n
[
all
...]
unbzip2.c
39
bz_stream
bzs
;
local in function:unbzip2
49
bzs
.bzalloc = NULL;
50
bzs
.bzfree = NULL;
51
bzs
.opaque = NULL;
54
ret = BZ2_bzDecompressInit(&
bzs
, 0, 0);
59
bzs
.avail_in = prelen;
60
bzs
.next_in = pre;
67
if (
bzs
.avail_in == 0 && !end_of_file) {
76
bzs
.next_in = inbuf;
77
bzs
.avail_in = n
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025