Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c139 int sbytes; member
448 size_t sbytes; in tftp_send_first() local
495 sbytes = 4 + strlen(filename) + strlen(mode); in tftp_send_first()
504 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
505 (char *)state->spacket.data+sbytes, in tftp_send_first()
507 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
508 (char *)state->spacket.data+sbytes, buf); in tftp_send_first()
511 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
512 (char *)state->spacket.data+sbytes, in tftp_send_first()
514 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
[all …]
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c247 long long sbytes, stotal_bytes; variable
390 bytes = sbytes; in restorefs()
6148 sbytes = bytes; in main()