/trunk/main/sal/osl/w32/ |
H A D | pipe.c | 470 sal_Int32 BytesToRead) in osl_receivePipe() argument 485 if (! ReadFile(pPipe->m_File, pBuffer, BytesToRead, &nBytes, &os) && in osl_receivePipe() 492 nBytes = BytesToRead; in osl_receivePipe() 506 BOOL fSuccess = ReadSimplePipe( pPipe->m_File, pBuffer, BytesToRead, &nBytes, TRUE ); in osl_receivePipe() 593 sal_Int32 BytesToRead= n; in osl_readPipe() local 596 while (BytesToRead > 0) in osl_readPipe() 599 RetVal= osl_receivePipe(pPipe, pBuffer, BytesToRead); in osl_readPipe() 607 BytesToRead -= RetVal; in osl_readPipe()
|
H A D | socket.cxx | 1468 sal_uInt32 BytesToRead, in osl_receiveSocket() argument 1476 BytesToRead, in osl_receiveSocket() 1566 sal_uInt32 BytesToRead= n; in osl_readSocket() local 1567 while (BytesToRead > 0) in osl_readSocket() 1572 BytesToRead, in osl_readSocket() 1581 BytesToRead -= RetVal; in osl_readSocket()
|
H A D | process.cxx | 515 sal_Int32 BytesToRead, in ReadPipe() argument 518 *nBytes = osl_receivePipe(hPipe, pBuffer, BytesToRead); in ReadPipe() 520 BytesToRead, *nBytes); in ReadPipe()
|
/trunk/main/vos/source/ |
H A D | pipe.cxx | 232 sal_Int32 OPipe::recv(void* pBuffer, sal_uInt32 BytesToRead) in recv() argument 237 BytesToRead); in recv() 351 sal_Int32 BytesToRead= n; in read() local 352 while (BytesToRead > 0) in read() 357 BytesToRead); in read() 365 BytesToRead -= RetVal; in read()
|
H A D | socket.cxx | 1417 sal_uInt32 BytesToRead= n; in read() local 1418 while (BytesToRead > 0) in read() 1423 BytesToRead, in read() 1432 BytesToRead -= RetVal; in read() 1437 if ( BytesToRead > 0 && m_pRecvTimeout && ! isRecvReady(m_pRecvTimeout)) in read() 1502 sal_uInt32 BytesToRead, in recv() argument 1517 BytesToRead, in recv()
|
/trunk/main/sal/osl/os2/ |
H A D | pipe.cxx | 389 sal_Int32 BytesToRead) in osl_receivePipe() argument 398 pPipe->nLastError = DosRead( pPipe->hPipe, pBuffer, BytesToRead, &ulActual ); in osl_receivePipe() 500 sal_Int32 BytesToRead= n; in osl_readPipe() local 503 while (BytesToRead > 0) in osl_readPipe() 506 RetVal= osl_receivePipe(pPipe, pBuffer, BytesToRead); in osl_readPipe() 514 BytesToRead -= RetVal; in osl_readPipe()
|
H A D | socket.c | 2307 sal_uInt32 BytesToRead, in osl_receiveSocket() argument 2325 BytesToRead, in osl_receiveSocket() 2491 sal_uInt32 BytesToRead= n; in osl_readSocket() local 2496 while (BytesToRead > 0) in osl_readSocket() 2501 BytesToRead, in osl_readSocket() 2510 BytesToRead -= RetVal; in osl_readSocket()
|
/trunk/main/sal/osl/unx/ |
H A D | pipe.c | 470 sal_Int32 BytesToRead) in osl_receivePipe() argument 485 BytesToRead, 0); in osl_receivePipe() 569 sal_Int32 BytesToRead= n; in osl_readPipe() local 572 while (BytesToRead > 0) in osl_readPipe() 575 RetVal= osl_receivePipe(pPipe, pBuffer, BytesToRead); in osl_readPipe() 583 BytesToRead -= RetVal; in osl_readPipe()
|
H A D | socket.c | 2269 sal_uInt32 BytesToRead, in osl_receiveSocket() argument 2287 BytesToRead, in osl_receiveSocket() 2453 sal_uInt32 BytesToRead= n; in osl_readSocket() local 2458 while (BytesToRead > 0) in osl_readSocket() 2463 BytesToRead, in osl_readSocket() 2472 BytesToRead -= RetVal; in osl_readSocket()
|
/trunk/main/sal/inc/osl/ |
H A D | pipe.hxx | 196 inline sal_Int32 SAL_CALL StreamPipe::recv(void* pBuffer, sal_Int32 BytesToRead) const in recv() 198 return osl_receivePipe( m_handle, pBuffer , BytesToRead ); in recv()
|
H A D | socket.hxx | 446 sal_uInt32 BytesToRead, in recv() argument 449 return osl_receiveSocket( m_handle, pBuffer,BytesToRead, Flag ); in recv()
|
H A D | pipe_decl.hxx | 199 inline sal_Int32 SAL_CALL recv(void* pBuffer, sal_Int32 BytesToRead) const;
|
H A D | socket_decl.hxx | 560 sal_uInt32 BytesToRead,
|
H A D | socket.h | 501 sal_uInt32 BytesToRead,
|
/trunk/main/vos/inc/vos/ |
H A D | pipe.hxx | 168 sal_Int32 SAL_CALL recv(void* pBuffer, sal_uInt32 BytesToRead);
|
H A D | socket.hxx | 904 sal_uInt32 BytesToRead,
|