Searched refs:hdr_to_recv (Results 1 – 1 of 1) sorted by relevance
64 byte hdr_to_recv; member103 o->hdr_to_recv = sizeof(struct webrepl_file); in webrepl_make_new()113 self->hdr_to_recv = sizeof(struct webrepl_file); in check_file_op_finished()142 self->hdr_to_recv = sizeof(struct webrepl_file); in handle_op()224 …webrepl: received bin data, hdr_to_recv: %d, data_to_recv=%d\n", self->hdr_to_recv, self->data_to_… in _webrepl_read()226 if (self->hdr_to_recv != 0) { in _webrepl_read()227 char *p = (char *)&self->hdr + sizeof(self->hdr) - self->hdr_to_recv; in _webrepl_read()229 if (--self->hdr_to_recv != 0) { in _webrepl_read()230 mp_uint_t hdr_sz = sock_stream->read(self->sock, p, self->hdr_to_recv, errcode); in _webrepl_read()234 self->hdr_to_recv -= hdr_sz; in _webrepl_read()[all …]
Completed in 3 milliseconds