Searched refs:total_read (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DHTTPDownload.cpp251 int total_read = 0; local
256 total_read += current_read;
264 evt.SetInt(total_read);
275 AddLogLineN(CFormat(_("Downloaded %d bytes")) % total_read);
277 } else if (total_read != download_size) {
279 throw wxString(CFormat(_("Expected %d bytes, but downloaded %d bytes")) % download_size % total_read); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dgluebi.c174 int err = 0, lnum, offs, total_read; local
183 total_read = len;
184 while (total_read) {
187 if (to_read > total_read)
188 to_read = total_read;
196 total_read -= to_read;
200 *retlen = len - total_read;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsecurity.c239 size_t total_read = 0; local
255 total_read += bytes_read;
268 total_read += bytes_read;
272 return total_read;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dflashutl.c586 uint read, total_read = 0; local
594 total_read += read;
605 total_read += flashutl_wsz;
609 return (total_read);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dfile.c1734 unsigned int total_read = 0; local
1758 for (total_read = 0, current_offset = read_data;
1759 read_size > total_read;
1760 total_read += bytes_read, current_offset += bytes_read) {
1761 current_read_size = min_t(const int, read_size - total_read,
1795 if (total_read) {
1807 return total_read;
1816 unsigned int total_read; local
1839 for (total_read = 0, current_offset = read_data;
1840 read_size > total_read;
[all...]
H A Dconnect.c329 unsigned int pdu_length, total_read; local
503 for (total_read = 0; total_read < pdu_length;
504 total_read += length) {
506 pdu_length - total_read, 0);
529 pdu_length - total_read);
545 if (checkSMB(smb_buffer, smb_buffer->Mid, total_read+4)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbufferevent-internal.h91 ev_uint64_t total_read; member in struct:bufferevent_rate_limit_group
H A Dbufferevent_ratelim.c300 bev->rate_limiting->group->total_read += bytes;
1002 *total_read_out = grp->total_read;
1010 grp->total_read = grp->total_written = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dminizip.c192 unsigned long total_read = 0; local
212 total_read += size_read;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dminizip.c154 unsigned long total_read = 0; local
174 total_read += size_read;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dminizip.c154 unsigned long total_read = 0; local
174 total_read += size_read;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dminizip.c192 unsigned long total_read = 0; local
212 total_read += size_read;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpeg.c846 int ret, psize, total_read = 0, i; local
898 if (total_read + pkt_size > psize)
900 total_read += pkt_size;
913 } while (total_read < psize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.c545 unsigned long total_read = 0; local
581 if (total_read % ra_pages == 0) {
585 total_read++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dreply.c5808 ssize_t total_read; local
5843 total_read = 0;
5851 size_t N = MIN(max_per_packet,tcount-total_read);
5859 tcount = total_read + nread;
5871 total_read += nread;
5873 } while (total_read < (ssize_t)tcount);

Completed in 214 milliseconds