Searched refs:_OVERLAPPED (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/winapi/ |
D | overlapped.hpp | 20 struct _OVERLAPPED; 27 typedef struct BOOST_MAY_ALIAS _OVERLAPPED { struct
|
D | file_management.hpp | 110 ::_OVERLAPPED* lpOverlapped); 133 ::_OVERLAPPED* lpOverlapped); 166 ::_OVERLAPPED* lpOverlapped); 177 ::_OVERLAPPED* lpOverlapped); 493 …nNumberOfBytesToLockLow, nNumberOfBytesToLockHigh, reinterpret_cast< ::_OVERLAPPED* >(lpOverlapped… in LockFileEx() 509 …berOfBytesToUnlockLow, nNumberOfBytesToUnlockHigh, reinterpret_cast< ::_OVERLAPPED* >(lpOverlapped… in UnlockFileEx() 552 …er, nNumberOfBytesToWrite, lpNumberOfBytesWritten, reinterpret_cast< ::_OVERLAPPED* >(lpOverlapped… in ReadFile() 564 …er, nNumberOfBytesToWrite, lpNumberOfBytesWritten, reinterpret_cast< ::_OVERLAPPED* >(lpOverlapped… in WriteFile()
|
D | pipes.hpp | 52 _OVERLAPPED* lpOverlapped); 78 _OVERLAPPED* lpOverlapped); 192 return ::ConnectNamedPipe(hNamedPipe, reinterpret_cast< ::_OVERLAPPED* >(lpOverlapped)); in ConnectNamedPipe() 197 …ferSize, lpOutBuffer, nOutBufferSize, lpBytesRead, reinterpret_cast< ::_OVERLAPPED* >(lpOverlapped… in TransactNamedPipe()
|
/third_party/boost/boost/process/detail/windows/ |
D | job_workaround.hpp | 30 _OVERLAPPED **lpOverlapped, 73 reinterpret_cast<::_OVERLAPPED**>(lpOverlapped), in get_queued_completion_status()
|