Searched refs:hClientReadPipe (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sal/osl/w32/ |
H A D | pipeimpl.cxx | 590 HANDLE hClientReadPipe = NULL, hServerWritePipe = NULL; in AcceptConnection() local 592 if ( CreatePipe( &hClientReadPipe, &hServerWritePipe, NULL, PIPE_BUFFER_SIZE ) ) in AcceptConnection() 604 pData->hReadPipe = hClientReadPipe; in AcceptConnection() 666 HANDLE hServerWritePipe = NULL, hClientReadPipe = NULL; in Create() local 668 fSuccess = CreatePipe( &hClientReadPipe, &hServerWritePipe, NULL, PIPE_BUFFER_SIZE ); in Create() 673 pData->hReadPipe = hClientReadPipe; in Create()
|
/aoo42x/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 585 HANDLE hClientReadPipe = NULL, hServerWritePipe = NULL; in AcceptConnection() local 587 if ( CreatePipe( &hClientReadPipe, &hServerWritePipe, NULL, PIPE_BUFFER_SIZE ) ) in AcceptConnection() 599 pData->hReadPipe = hClientReadPipe; in AcceptConnection() 661 HANDLE hServerWritePipe = NULL, hClientReadPipe = NULL; in Create() local 663 fSuccess = CreatePipe( &hClientReadPipe, &hServerWritePipe, NULL, PIPE_BUFFER_SIZE ); in Create() 668 pData->hReadPipe = hClientReadPipe; in Create()
|
Completed in 26 milliseconds