Home
last modified time | relevance | path

Searched refs:rb_size (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c450 size_t rb_size; member
459 rb->rb_size += RES_BUF_CHUNK_SIZE; in rbzs_grow()
460 rb->rb_base = xrealloc(rb->rb_base, rb->rb_size); in rbzs_grow()
486 rb->rb_zstr.avail_out = rb->rb_size - (rb->rb_ptr - rb->rb_base); in compress_buffer()
585 resbuf.rb_size = RES_BUF_CHUNK_SIZE; in write_compressed_buffer()
586 resbuf.rb_base = xmalloc(resbuf.rb_size); in write_compressed_buffer()