Buffer Functions
Last updated March 2020
Name | Description |
---|---|
ec_growbuf_io_cur_chunk | Return a pointer to the current growbuf chunk and its length |
ec_growbuf_io_next_chunk | Return a pointer to the next growbuf chunk and its length |
ec_growbuf_io_open | Allocate and initialize an io_object for a new growbuf-backed string |
minimal_tryread_construct_free | Release the resources of a minimal_tryread_construct |
tryread_until | Read data in growbuf sized chunks |
trywrite | Write a string of buflen bytes for an event |
trywritef | Write formatted data for an event |
Was this page helpful?