OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_stream
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/test/
example.c
204
z_stream
d_stream
; /* decompression stream */
local in function:test_inflate
208
d_stream
.zalloc = zalloc;
209
d_stream
.zfree = zfree;
210
d_stream
.opaque = (voidpf)0;
212
d_stream
.next_in = compr;
213
d_stream
.avail_in = 0;
214
d_stream
.next_out = uncompr;
216
err = inflateInit(&
d_stream
);
219
while (
d_stream
.total_out < uncomprLen &&
d_stream
.total_in < comprLen)
296
z_stream
d_stream
; \/* decompression stream *\/
local in function:test_large_inflate
370
z_stream
d_stream
; \/* decompression stream *\/
local in function:test_sync
445
z_stream
d_stream
; \/* decompression stream *\/
local in function:test_dict_inflate
[
all
...]
/src/common/dist/zlib/contrib/pascal/
example.pas
232
d_stream
: z_stream; (* decompression stream *)
236
d_stream
.zalloc := NIL;
237
d_stream
.zfree := NIL;
238
d_stream
.opaque := NIL;
240
d_stream
.next_in := compr;
241
d_stream
.avail_in := 0;
242
d_stream
.next_out := uncompr;
244
err := inflateInit(
d_stream
);
247
while (
d_stream
.total_out < uncomprLen) and
248
(
d_stream
.total_in < comprLen) d
[
all
...]
Completed in 33 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025