Lines Matching refs:sz_to_recv
67 size_t sz_to_recv;
119 size_t sz_to_recv = source->sources.usocket.sz_to_recv;
197 sz_to_recv = buf[0];
198 source->sources.usocket.sz_to_recv = sz_to_recv;
199 if (sz_to_recv > sizeof(buf))
204 if (sz_to_recv != 0U) {
205 n = recv(fd, buf, sz_to_recv, 0);
220 if ((size_t)n != sz_to_recv)
221 source->sources.usocket.sz_to_recv -= n;
581 source->sources.usocket.sz_to_recv = 0;