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

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c646 write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) argument
659 *resszp = bufpos - outbuf;
670 write_compressed_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) argument
685 *resszp = (resbuf.rb_ptr - resbuf.rb_base);
690 ctf_gen(iiburst_t *iiburst, size_t *resszp, int do_compress) argument
755 outbuf = write_compressed_buffer(&h, buf, resszp);
757 outbuf = write_buffer(&h, buf, resszp);

Completed in 107 milliseconds