Searched refs:out_desc (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/infback9/
H A Dinfback9.h25 out_func out, void FAR *out_desc));
H A Dinfback9.c183 if (out(out_desc, put, (unsigned)left)) { \
217 int ZEXPORT inflateBack9(strm, in, in_desc, out, out_desc)
222 void FAR *out_desc;
587 if (out(out_desc, window, (unsigned)(WSIZE - left)))
/haiku-buildtools/binutils/zlib/contrib/infback9/
H A Dinfback9.h25 out_func out, void FAR *out_desc));
H A Dinfback9.c183 if (out(out_desc, put, (unsigned)left)) { \
217 int ZEXPORT inflateBack9(strm, in, in_desc, out, out_desc)
222 void FAR *out_desc;
585 if (out(out_desc, window, (unsigned)(WSIZE - left)))
/haiku-buildtools/gcc/zlib/
H A Dinfback.c216 if (out(out_desc, put, left)) { \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
255 void FAR *out_desc;
610 if (out(out_desc, state->window, state->wsize - left))
H A Dzlib.h1015 out_func out, void FAR *out_desc));
1047 out(out_desc, buf, len) to write the uncompressed data buf[0..len-1]. out()
1063 The in_desc and out_desc parameters of inflateBack() is passed as the
/haiku-buildtools/binutils/zlib/
H A Dinfback.c216 if (out(out_desc, put, left)) { \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
255 void FAR *out_desc;
610 if (out(out_desc, state->window, state->wsize - left))
H A Dzlib.h1031 out_func out, void FAR *out_desc));
1064 out(out_desc, buf, len) to write the uncompressed data buf[0..len-1]. out()
1080 The in_desc and out_desc parameters of inflateBack() is passed as the
/haiku-buildtools/gcc/zlib/examples/
H A Dgun.c130 local int out(void *out_desc, unsigned char *buf, unsigned len) argument
133 struct outd *me = (struct outd *)out_desc;
/haiku-buildtools/binutils/zlib/examples/
H A Dgun.c131 local int out(void *out_desc, unsigned char *buf, unsigned len) argument
134 struct outd *me = (struct outd *)out_desc;
/haiku-buildtools/gcc/zlib/contrib/pascal/
H A Dzlibpas.pas139 out_fn: out_func; out_desc: Pointer): Integer;
/haiku-buildtools/binutils/zlib/contrib/pascal/
H A Dzlibpas.pas139 out_fn: out_func; out_desc: Pointer): Integer;
/haiku-buildtools/gcc/zlib/as400/
H A Dzlib.inc397 D out_desc * value Output descriptor
/haiku-buildtools/binutils/zlib/as400/
H A Dzlib.inc403 D out_desc * value Output descriptor

Completed in 94 milliseconds