Lines Matching refs:buffer
43 * a target buffer asynchronously. Usage is the following:
45 * 1/ setup the reader with asyncReader_init(ar, buffer, buffsize,io);
51 uint8_t* buffer;
57 /* Setup an ASyncReader, by giving the address of the read buffer,
63 void* buffer,
92 const uint8_t* buffer;
98 /* Setup an ASyncWriter, by giving the address of the write buffer,
104 const void* buffer,
136 uint8_t* buffer;
144 * into 'buffer'. The reader will stop when it finds a '\n' which will be
145 * part of the buffer by default.
155 void* buffer,
192 * NULL if 'buffsize' was initially 0, otherwise, a pointer to 'buffer'