Searched refs:count_per_send (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | overlapped.c.h | 720 DWORD count_per_send, DWORD flags); 731 DWORD count_per_send; in _overlapped_Overlapped_TransmitFile() local 735 &Socket, &File, &offset, &offset_high, &count_to_write, &count_per_send, &flags)) { in _overlapped_Overlapped_TransmitFile() 738 …_TransmitFile_impl(self, Socket, File, offset, offset_high, count_to_write, count_per_send, flags); in _overlapped_Overlapped_TransmitFile()
|
/external/python/cpython3/Modules/ |
D | overlapped.c | 1492 DWORD count_per_send, DWORD flags) in _overlapped_Overlapped_TransmitFile_impl() argument 1510 count_per_send, &self->overlapped, NULL, flags); in _overlapped_Overlapped_TransmitFile_impl()
|