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

/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c650 write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) argument
663 *resszp = bufpos - outbuf;
674 write_compressed_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) argument
689 *resszp = (resbuf.rb_ptr - resbuf.rb_base);
694 ctf_gen(iiburst_t *iiburst, size_t *resszp, int do_compress) argument
759 outbuf = write_compressed_buffer(&h, buf, resszp);
761 outbuf = write_buffer(&h, buf, resszp);

Completed in 109 milliseconds