Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c140 int sbytes; member
449 size_t sbytes; in tftp_send_first() local
496 sbytes = 4 + strlen(filename) + strlen(mode); in tftp_send_first()
507 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
508 (char *)state->spacket.data+sbytes, in tftp_send_first()
510 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
511 (char *)state->spacket.data+sbytes, buf); in tftp_send_first()
514 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
515 (char *)state->spacket.data+sbytes, in tftp_send_first()
517 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
[all …]
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c254 long long sbytes, stotal_bytes; variable
415 bytes = sbytes; in restorefs()
6377 sbytes = bytes; in main()