Searched refs:resszp (Results 1 – 1 of 1) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctf.c | 639 write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) in write_buffer() argument 652 *resszp = bufpos - outbuf; in write_buffer() 663 write_compressed_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) in write_compressed_buffer() argument 678 *resszp = (resbuf.rb_ptr - resbuf.rb_base); in write_compressed_buffer() 683 ctf_gen(iiburst_t *iiburst, size_t *resszp, int do_compress) in ctf_gen() argument 748 outbuf = write_compressed_buffer(&h, buf, resszp); in ctf_gen() 750 outbuf = write_buffer(&h, buf, resszp); in ctf_gen()
|