Home
last modified time | relevance | path

Searched refs:rbytes (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dtftp.c138 int rbytes; member
619 if(state->rbytes < (ssize_t)state->blksize+4) { in tftp_rx()
1087 state->rbytes = (int)recvfrom(state->sockfd, in tftp_receive_packet()
1099 if(state->rbytes < 4) { in tftp_receive_packet()
1111 if(state->rbytes > 4 && in tftp_receive_packet()
1115 state->rbytes-4); in tftp_receive_packet()
1120 k->bytecount += state->rbytes-4; in tftp_receive_packet()
1133 state->rbytes-2); in tftp_receive_packet()
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dperfdiag.py1240 _, _, name, reads, _, rbytes, rtime, writes, _, wbytes, wtime = values
1242 rbytes = int(rbytes) * sector_size
1248 retdict[name] = (reads, writes, rbytes, wbytes, rtime, wtime)