Searched refs:totalread (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Ded2khash.cpp93 wxFileOffset totalread; local
110 totalread=0;
120 goAhead = hook((int)((double)(100.0 * totalread) / file.Length()));
133 totalread += read;
H A Dmd4.cpp339 size_t totalread = 0; local
348 goAhead = hook( (int)((double)(100.0 * totalread) / file.Length()));
355 totalread += read;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dvis_gui.c246 uint32 nbytes, totalread = 0; local
257 while (totalread < size) {
264 nbytes = read(sockfd, &(read_buf[totalread]), size);
271 totalread += nbytes;
274 read_buf[totalread] = '\0';
276 return totalread;

Completed in 175 milliseconds