Lines Matching refs:sz_to_recv
60 size_t sz_to_recv;
112 size_t sz_to_recv = source->sources.usocket.sz_to_recv;
190 sz_to_recv = buf[0];
191 source->sources.usocket.sz_to_recv = sz_to_recv;
192 if (sz_to_recv > sizeof(buf))
197 if (sz_to_recv != 0U) {
198 n = recv(fd, buf, sz_to_recv, 0);
213 if ((size_t)n != sz_to_recv)
214 source->sources.usocket.sz_to_recv -= n;
574 source->sources.usocket.sz_to_recv = 0;