Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c140 int sbytes; member
450 size_t sbytes; in tftp_send_first() local
502 sbytes = 4 + strlen(filename) + strlen(mode); 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()
518 (char *)state->spacket.data + sbytes, buf); in tftp_send_first()
521 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
522 (char *)state->spacket.data + sbytes, in tftp_send_first()
524 sbytes += tftp_option_add(state, sbytes, in tftp_send_first()
[all …]
/external/python/cpython3/Modules/
Dposixmodule.c8350 off_t sbytes; in posix_sendfile() local
8363 keywords, &out, &in, Py_off_t_converter, &offset, Py_off_t_converter, &sbytes, in posix_sendfile()
8393 if (sbytes >= OFF_T_MAX - blen) { in posix_sendfile()
8398 sbytes += blen; in posix_sendfile()
8431 ret = sendfile(in, out, offset, &sbytes, &sf, flags); in posix_sendfile()
8433 ret = sendfile(in, out, offset, len, &sf, &sbytes, flags); in posix_sendfile()
8446 if (sbytes != 0) { in posix_sendfile()
8462 return Py_BuildValue("l", sbytes); in posix_sendfile()
8464 return Py_BuildValue("L", sbytes); in posix_sendfile()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c254 long long sbytes, stotal_bytes; variable
427 bytes = sbytes; in restorefs()
6520 sbytes = bytes; in main()