Home | History | Annotate | Download | only in deps

Lines Matching refs:bytes_read

332     DWORD bytes_read;
338 &bytes_read, NULL) || !bytes_read) {
345 Send(ci->socket, buffer, bytes_read);
577 int bytes_read = fread(ci->chunk_buffer, 1, ci->chunk_size, fp);
578 if (!SendPacket(ci->socket, ci->chunk_buffer, bytes_read))
580 if (bytes_read < ci->chunk_size) {