Lines Matching refs:buffsize
45 * 1/ setup the reader with asyncReader_init(ar, buffer, buffsize,io);
52 size_t buffsize;
64 size_t buffsize,
93 size_t buffsize;
105 size_t buffsize,
137 size_t buffsize;
143 /* Setup an AsyncLineReader to read at most 'buffsize' characters (bytes)
147 * NOTE: buffsize must be > 0. If not, asyncLineReader_getLine will return
150 * buffsize must also sufficiently big to hold the final '\n'.
156 size_t buffsize,
192 * NULL if 'buffsize' was initially 0, otherwise, a pointer to 'buffer'