OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zstream
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu_zfetch.h
43
typedef struct
zstream
{
struct
/src/crypto/external/bsd/netpgp/dist/src/lib/
compress.c
87
z_stream
zstream
;/* ZIP and ZLIB */
member in struct:__anon985
133
z->
zstream
.next_out == &z->out[z->offset]) {
142
if (&z->out[z->offset] == z->
zstream
.next_out) {
145
z->
zstream
.next_out = z->out;
146
z->
zstream
.avail_out = sizeof(z->out);
148
if (z->
zstream
.avail_in == 0) {
165
z->
zstream
.next_in = z->in;
166
z->
zstream
.avail_in = (z->region->indeterminate) ?
169
ret = inflate(&z->
zstream
, Z_SYNC_FLUSH);
182
z->
zstream
.msg)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.c
244
struct z_stream_s
zstream
;
member in struct:i915_vma_compress
250
struct z_stream_s *
zstream
= &c->
zstream
;
local
255
zstream
->workspace =
258
if (!
zstream
->workspace) {
272
struct z_stream_s *
zstream
= &c->
zstream
;
local
273
void *workspace =
zstream
->workspace;
275
memset(
zstream
, 0, sizeof(*
zstream
));
301
struct z_stream_s *
zstream
= &c->
zstream
;
local
331
struct z_stream_s *
zstream
= &c->
zstream
;
local
[
all
...]
Completed in 17 milliseconds
Indexes created Fri Sep 11 00:24:00 UTC 2026