Home | History | Annotate | Download | only in android

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;
142 /* Setup an AsyncLineReader to read at most 'buffsize' characters (bytes)
146 * NOTE: buffsize must be > 0. If not, asyncLineReader_getLine will return
149 * buffsize must also sufficiently big to hold the final '\n'.
155 size_t buffsize,
180 * NULL if 'buffsize' was initially 0, otherwise, a pointer to 'buffer'