Searched refs:dwBytesAvailable (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 392 DWORD dwBytesAvailable = 0; in Write() local 396 fSuccess = PeekNamedPipe( m_hReadPipe, NULL, 0, NULL, &dwBytesAvailable, NULL ); in Write() 400 if ( !bWait && dwBytesToWrite > PIPE_BUFFER_SIZE - dwBytesAvailable ) in Write() 401 dwBytesToWrite = PIPE_BUFFER_SIZE - dwBytesAvailable ; in Write() 415 DWORD dwBytesAvailable = 0; in Read() local 419 fSuccess = PeekNamedPipe( m_hReadPipe, NULL, 0, NULL, &dwBytesAvailable, NULL ); in Read() 423 if ( bWait || dwBytesAvailable ) in Read()
|
/aoo4110/main/sal/osl/w32/ |
H A D | pipeimpl.cxx | 397 DWORD dwBytesAvailable = 0; in Write() local 401 fSuccess = PeekNamedPipe( m_hReadPipe, NULL, 0, NULL, &dwBytesAvailable, NULL ); in Write() 405 if ( !bWait && dwBytesToWrite > PIPE_BUFFER_SIZE - dwBytesAvailable ) in Write() 406 dwBytesToWrite = PIPE_BUFFER_SIZE - dwBytesAvailable ; in Write() 420 DWORD dwBytesAvailable = 0; in Read() local 424 fSuccess = PeekNamedPipe( m_hReadPipe, NULL, 0, NULL, &dwBytesAvailable, NULL ); in Read() 428 if ( bWait || dwBytesAvailable ) in Read()
|
Completed in 27 milliseconds