Searched defs:sbytes (Results 1 - 2 of 2) sorted by relevance

/external/curl/lib/
H A Dtftp.c139 int sbytes; member in struct:tftp_state_data
448 size_t sbytes; local
495 sbytes = 4 + strlen(filename) + strlen(mode);
504 sbytes += tftp_option_add(state, sbytes,
505 (char *)state->spacket.data+sbytes,
507 sbytes += tftp_option_add(state, sbytes,
508 (char *)state->spacket.data+sbytes, buf);
511 sbytes
579 ssize_t sbytes; local
701 ssize_t sbytes; local
[all...]
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c247 long long sbytes, stotal_bytes; variable
390 bytes = sbytes;
6148 sbytes = bytes;

Completed in 486 milliseconds