/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
DotZLib.cs | 37 public uint avail_out;
field in struct:DotZLib.ZStream
|
DotZLib.cs | 37 public uint avail_out;
field in struct:DotZLib.ZStream
|
/src/sys/net/ |
zlib.h | 368 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s 387 dropped to zero. It must update next_out and avail_out when avail_out 511 - Provide more output starting at next_out and update next_out and avail_out 519 more output, and updating avail_in or avail_out accordingly; avail_out 522 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK 523 and with zero avail_out, it must be called again after making room in the 539 If deflate returns with avail_out == 0, this function must be called again 541 avail_out), until the flush is complete (deflate returns with non-zer [all...] |
zlib.h | 368 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s 387 dropped to zero. It must update next_out and avail_out when avail_out 511 - Provide more output starting at next_out and update next_out and avail_out 519 more output, and updating avail_in or avail_out accordingly; avail_out 522 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK 523 and with zero avail_out, it must be called again after making room in the 539 If deflate returns with avail_out == 0, this function must be called again 541 avail_out), until the flush is complete (deflate returns with non-zer [all...] |
/src/common/dist/zlib/ |
zlib.h | 94 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s 137 to zero. It must update next_out and avail_out when avail_out has dropped 267 - Generate more output starting at next_out and update next_out and avail_out 275 output, and updating avail_in or avail_out accordingly; avail_out should 277 output when it wants, for example when the output buffer is full (avail_out 279 zero avail_out, it must be called again after making room in the output 321 If deflate returns with avail_out == 0, this function must be called again 323 avail_out), until the flush is complete (deflate returns with non-zer [all...] |
zlib.h | 94 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s 137 to zero. It must update next_out and avail_out when avail_out has dropped 267 - Generate more output starting at next_out and update next_out and avail_out 275 output, and updating avail_in or avail_out accordingly; avail_out should 277 output when it wants, for example when the output buffer is full (avail_out 279 zero avail_out, it must be called again after making room in the output 321 If deflate returns with avail_out == 0, this function must be called again 323 avail_out), until the flush is complete (deflate returns with non-zer [all...] |