Searched refs:sendfile_len (Results 1 – 4 of 4) sorted by relevance
/third_party/toybox/lib/ |
D | xwrap.c | 809 long long sendfile_len(int in, int out, long long bytes, long long *consumed) in sendfile_len() function 833 long long len = sendfile_len(in, out, bytes, 0); in xsendfile_len()
|
D | lib.h | 249 long long sendfile_len(int in, int out, long long len, long long *consumed);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 243 long long sendfile_len(int in, int out, long long len, long long *consumed);
|
/third_party/toybox/toys/posix/ |
D | tar.c | 451 len -= sendfile_len(TT.fd, fd, len, &sent); in sendfile_sparse()
|