Lines Matching defs:bytes
137 unsigned long bytes;
151 bytes = 0L;
174 DEBUG(7, "ewrdata planning to send %ld bytes to remote.\n", msglen);
178 bytes += len;
179 putfilesize(bytes);
209 long msglen, bytes;
214 DEBUG(9, "%d bytes stashed\n", Erdlen);
237 DEBUG(7, "erddata file is %ld bytes\n", msglen);
241 DEBUG(9, "%d bytes stashed\n", Erdlen);
246 DEBUG(7, "erddata remainder is %ld bytes\n", msglen);
266 bytes += len;
267 putfilesize(bytes);
291 * i -> # of bytes read (must not be 0)
373 unsigned long bytes;
382 bytes = 0L;
386 bytes += len;
387 putfilesize(bytes);
421 unsigned long bytes = 0L;
430 DEBUG(7,"trddata expecting %ld bytes\n", Nbytes);
437 bytes += len;
438 putfilesize(bytes);