ec_growbuf_io_next_chunk
Name
ec_growbuf_io_next_chunk — Return a pointer to the next growbuf chunk and its length
Synopsis
#include "ec_growbuf.h"
| int **ec_growbuf_io_next_chunk** (
| io, | |
| | outbuf)
; | |
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
Return a pointer to the next growbuf chunk and its length.
- io
-
the io_object corresponding to the growbuf string
- outbuf
-
filled in with a pointer to the next chunk or NULL if we are at the end
Returns the length of the next chunk or 0 if there is no next chunk