HomeSort by: relevance | last modified time | path
    Searched refs:compress_buffer (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
zlib.c 47 struct compress_buffer struct
96 struct compress_buffer *n;
140 struct compress_buffer *cb = closure;
285 struct compress_buffer *cb = closure;
336 struct compress_buffer *cb = closure;
392 struct compress_buffer *cb = closure;
406 struct compress_buffer *cb = closure;
416 struct compress_buffer *cb = buf->closure;
440 struct compress_buffer *cb = buf->closure;
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctf.c 569 compress_buffer(void *buf, size_t n, void *data) function
680 (void) compress_buffer(buf->ctb_base, buf->ctb_ptr - buf->ctb_base,
683 (void) strtab_write(&buf->ctb_strtab, compress_buffer, &resbuf);
  /src/crypto/external/bsd/openssh/dist/
packet.c 830 compress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out) function
937 compress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out) function
1245 if ((r = compress_buffer(ssh, state->outgoing_packet,

Completed in 23 milliseconds