Searched refs:WriteSimplePipe (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sal/osl/os2/ |
H A D | pipeimpl.h | 94 EXPORT_PIPE_API BOOL WINAPI WriteSimplePipe( HANDLE hPipe, LPCVOID lpBuffer, DWORD dwBytesToWrite, …
|
H A D | pipeimpl.cxx | 736 extern "C" BOOL WINAPI WriteSimplePipe( HANDLE hPipe, LPCVOID lpBuffer, DWORD dwBytesToWrite, LPDWO… in WriteSimplePipe() function
|
/aoo42x/main/sal/osl/w32/ |
H A D | pipeimpl.h | 100 EXPORT_PIPE_API BOOL WINAPI WriteSimplePipe( HANDLE hPipe, LPCVOID lpBuffer, DWORD dwBytesToWrite, …
|
H A D | pipe.c | 550 BOOL fSuccess = WriteSimplePipe( pPipe->m_File, pBuffer, BytesToSend, &nBytes, TRUE ); in osl_sendPipe()
|
H A D | pipeimpl.cxx | 741 extern "C" BOOL WINAPI WriteSimplePipe( HANDLE hPipe, LPCVOID lpBuffer, DWORD dwBytesToWrite, LPDWO… in WriteSimplePipe() function
|
Completed in 12 milliseconds