Lines Matching refs:sent
388 sent = os_sendfile(sockno, fileno, offset, blocksize)404 if sent == 0:406 offset += sent407 total_sent += sent439 sent = sock_send(data)443 total_sent += sent444 if sent < len(data):445 data = data[sent:]467 """sendfile(file[, offset[, count]]) -> sent471 were sent.480 bytes which were sent.