Home
last modified time | relevance | path

Searched defs:total_sent (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/asyncio/
Dunix_events.py364 offset, count, blocksize, total_sent): argument
433 def _sock_sendfile_update_filepos(self, fileno, offset, total_sent): argument
/third_party/libxml2/
Dnanohttp.c461 int total_sent = 0; in xmlNanoHTTPSend() local