Searched refs:filebuf (Results 1 – 1 of 1) sorted by relevance
252 byte filebuf[512]; in _webrepl_read() local253 filebuf[0] = *(byte *)buf; in _webrepl_read()256 size_t to_read = MIN(sizeof(filebuf) - 1, self->data_to_recv); in _webrepl_read()257 mp_uint_t sz = sock_stream->read(self->sock, filebuf + 1, to_read, errcode); in _webrepl_read()268 mp_uint_t res = mp_stream_write_exactly(self->cur_file, filebuf, buf_sz, &err); in _webrepl_read()275 assert(filebuf[0] == 0); in _webrepl_read()
Completed in 3 milliseconds