Home | History | Annotate | Download | only in sockets

Lines Matching full:bytes_received

313 	static int bytes_received = 0;
322 if (bytes_received == 0) {
348 while (*(message_received + bytes_received) != END_LINE
349 && bytes_received < count) {
351 message_received + bytes_received, 1);
353 bytes_received++;
357 if (bytes_received == count - 1) {
360 bytes_received = 0;
365 if (bytes_received < count - 1) {
368 bytes_received++;
374 if (bytes_received == count) {
375 bytes_received = 0;