Lines Matching refs:read_bytes
568 int read_bytes = 0; in http_read() local
590 read_bytes += loader->nc->head_data_size; in http_read()
595 while (read_bytes < nbytes) { in http_read()
599 buffer + read_bytes, nbytes - read_bytes, 5000); in http_read()
607 buffer + read_bytes, nbytes - read_bytes, 0); in http_read()
610 buffer + read_bytes, nbytes - read_bytes); in http_read()
614 read_bytes += ret; in http_read()
621 errno, read_bytes, nbytes); in http_read()
627 read_bytes = 0; in http_read()
640 read_bytes += loader->nc->head_data_size; in http_read()
654 return read_bytes; in http_read()