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()
506 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
507 (char *)state->spacket.data+sbytes, in tftp_send_first()
509 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
510 (char *)state->spacket.data+sbytes, buf); in tftp_send_first()
513 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
514 (char *)state->spacket.data+sbytes, in tftp_send_first()
516 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()