Searched refs:in_desc (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/zlib-55/zlib/contrib/infback9/
H A Dinfback9.h24 in_func in, void FAR *in_desc,
H A Dinfback9.c128 have = in(in_desc, &next); \
217 int ZEXPORT inflateBack9(strm, in, in_desc, out, out_desc)
220 void FAR *in_desc;
/macosx-10.10/sudo-73/src/zlib/
H A Dinfback.c161 have = in(in_desc, &next); \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
253 void FAR *in_desc;
H A Dzlib.h1011 in_func in, void FAR *in_desc,
1040 typedefs. inflateBack() will call in(in_desc, &buf) which should return the
1060 The in_desc and out_desc parameters of inflateBack() is passed as the
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dinfback.c181 have = in(in_desc, &next); \
270 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
273 void FAR *in_desc;
/macosx-10.10/zlib-55/zlib/
H A Dinfback.c152 have = in(in_desc, &next); \
241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
244 void FAR *in_desc;
H A Dzlib.h981 in_func in, void FAR *in_desc,
1010 typedefs. inflateBack() will call in(in_desc, &buf) which should return the
1030 The in_desc and out_desc parameters of inflateBack() is passed as the
/macosx-10.10/zlib-55/zlib/examples/
H A Dgun.c88 local unsigned in(void *in_desc, unsigned char **buf) argument
93 struct ind *me = (struct ind *)in_desc;
/macosx-10.10/rsync-45/rsync/zlib/
H A Dzlib.h882 in_func in, void FAR *in_desc,
911 typedefs. inflateBack() will call in(in_desc, &buf) which should return the
931 The in_desc and out_desc parameters of inflateBack() is passed as the
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h910 in_func in, void FAR *in_desc,
939 typedefs. inflateBack() will call in(in_desc, &buf) which should return the
959 The in_desc and out_desc parameters of inflateBack() is passed as the
/macosx-10.10/zlib-55/zlib/contrib/pascal/
H A Dzlibpas.pas109 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer;
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c6109 struct cat_desc in_desc, out_desc; local
6281 in_desc.cd_nameptr = (const u_int8_t *)cnp->cn_nameptr;
6282 in_desc.cd_namelen = cnp->cn_namelen;
6283 in_desc.cd_parentcnid = dcp->c_fileid;
6284 in_desc.cd_flags = S_ISDIR(mode) ? CD_ISDIR : 0;
6285 in_desc.cd_hint = dcp->c_childhint;
6286 in_desc.cd_encoding = 0;
6328 error = cat_create(hfsmp, new_id, &in_desc, &attr, &out_desc);
/macosx-10.10/zlib-55/zlib/old/as400/
H A Dzlib.inc294 D in_desc * value Input descriptor

Completed in 145 milliseconds