HomeSort by relevance Sort by last modified time
    Searched defs:next_in (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/common/bzip2/
bzlib.h 53 char *next_in; member in struct:__anon3
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.h 160 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
161 uInt avail_in; /* number of bytes available at next_in */
180 The application must update next_in and avail_in when avail_in has
274 - Compress more input starting at next_in and update next_in and avail_in
276 enough room in the output buffer), next_in and avail_in are updated and
343 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
377 - Decompress more input starting at next_in and update next_in and avail_in
379 enough room in the output buffer), next_in is updated and processin
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/zmod/
zlib.h 85 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
86 uInt avail_in; /* number of bytes available at next_in */
131 The application must update next_in and avail_in when avail_in has
254 - Compress more input starting at next_in and update next_in and avail_in
256 enough room in the output buffer), next_in and avail_in are updated and
323 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
348 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
349 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
360 the zlib header if present: this will be done by inflate(). (So next_in an
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.h 405 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
406 uInt avail_in; /* number of bytes available at next_in */
430 * The application must update next_in and avail_in when avail_in has
549 * - Compress more input starting at next_in and update next_in and
551 * there is not enough room in the output buffer), next_in and
624 * inconsistent (for example if next_in or next_out was NULL),
663 * - Decompress more input starting at next_in and update next_in and
665 * there is not enough room in the output buffer), next_in i
    [all...]

Completed in 250 milliseconds