/trunk/main/vos/source/ |
H A D | pipe.cxx | 246 sal_Int32 OPipe::send(const void* pBuffer, sal_uInt32 BytesToSend) in send() argument 251 BytesToSend); in send() 382 sal_Int32 BytesToSend= n; in write() local 383 while (BytesToSend > 0) in write() 389 BytesToSend); in write() 397 BytesToSend -= RetVal; in write()
|
H A D | socket.cxx | 1464 sal_uInt32 BytesToSend= n; in write() local 1465 while (BytesToSend > 0) in write() 1471 BytesToSend, in write() 1480 BytesToSend -= RetVal; in write() 1485 if ( BytesToSend > 0 && m_pSendTimeout && ! isSendReady(m_pSendTimeout)) in write() 1525 sal_uInt32 BytesToSend, in send() argument 1540 BytesToSend, in send()
|
/trunk/main/sal/osl/os2/ |
H A D | pipe.cxx | 417 sal_Int32 BytesToSend) in osl_sendPipe() argument 426 pPipe->nLastError = DosWrite( pPipe->hPipe, (PVOID) pBuffer, BytesToSend, &ulActual ); in osl_sendPipe() 473 sal_Int32 BytesToSend= n; in osl_writePipe() local 476 while (BytesToSend > 0) in osl_writePipe() 480 RetVal= osl_sendPipe(pPipe, pBuffer, BytesToSend); in osl_writePipe() 488 BytesToSend -= RetVal; in osl_writePipe()
|
H A D | socket.c | 2396 sal_uInt32 BytesToSend, in osl_sendSocket() argument 2414 BytesToSend, in osl_sendSocket() 2438 sal_uInt32 BytesToSend, in osl_sendToSocket() argument 2465 BytesToSend, in osl_sendToSocket() 2526 sal_uInt32 BytesToSend= n; in osl_writeSocket() local 2531 while (BytesToSend > 0) in osl_writeSocket() 2535 RetVal= osl_sendSocket( pSocket,Ptr,BytesToSend,osl_Socket_MsgNormal); in osl_writeSocket() 2543 BytesToSend -= RetVal; in osl_writeSocket()
|
/trunk/main/sal/osl/w32/ |
H A D | pipe.c | 524 sal_Int32 BytesToSend) in osl_sendPipe() argument 536 if (! WriteFile(pPipe->m_File, pBuffer, BytesToSend, &nBytes, &os) && in osl_sendPipe() 550 BOOL fSuccess = WriteSimplePipe( pPipe->m_File, pBuffer, BytesToSend, &nBytes, TRUE ); in osl_sendPipe() 566 sal_Int32 BytesToSend= n; in osl_writePipe() local 569 while (BytesToSend > 0) in osl_writePipe() 573 RetVal= osl_sendPipe(pPipe, pBuffer, BytesToSend); in osl_writePipe() 581 BytesToSend -= RetVal; in osl_writePipe()
|
H A D | socket.cxx | 1515 sal_uInt32 BytesToSend, in osl_sendSocket() argument 1523 BytesToSend, in osl_sendSocket() 1534 sal_uInt32 BytesToSend, in osl_sendToSocket() argument 1549 BytesToSend, in osl_sendToSocket() 1598 sal_uInt32 BytesToSend= n; in osl_writeSocket() local 1600 while (BytesToSend > 0) in osl_writeSocket() 1604 RetVal= osl_sendSocket( pSocket,Ptr,BytesToSend,osl_Socket_MsgNormal); in osl_writeSocket() 1612 BytesToSend -= RetVal; in osl_writeSocket()
|
H A D | process.cxx | 526 sal_Int32 BytesToSend, in WritePipe() argument 529 *nBytes = osl_sendPipe(hPipe, pBuffer, BytesToSend); in WritePipe() 531 BytesToSend, *nBytes); in WritePipe() 532 … return (sal_Bool)((*nBytes == BytesToSend) && (osl_getLastPipeError(hPipe) == osl_Pipe_E_None)); in WritePipe()
|
/trunk/main/sal/osl/unx/ |
H A D | pipe.c | 501 sal_Int32 BytesToSend) in osl_sendPipe() argument 516 BytesToSend, 0); in osl_sendPipe() 542 sal_Int32 BytesToSend= n; in osl_writePipe() local 545 while (BytesToSend > 0) in osl_writePipe() 549 RetVal= osl_sendPipe(pPipe, pBuffer, BytesToSend); in osl_writePipe() 557 BytesToSend -= RetVal; in osl_writePipe()
|
H A D | socket.c | 2358 sal_uInt32 BytesToSend, in osl_sendSocket() argument 2376 BytesToSend, in osl_sendSocket() 2400 sal_uInt32 BytesToSend, in osl_sendToSocket() argument 2427 BytesToSend, in osl_sendToSocket() 2488 sal_uInt32 BytesToSend= n; in osl_writeSocket() local 2493 while (BytesToSend > 0) in osl_writeSocket() 2497 RetVal= osl_sendSocket( pSocket,Ptr,BytesToSend,osl_Socket_MsgNormal); in osl_writeSocket() 2505 BytesToSend -= RetVal; in osl_writeSocket()
|
/trunk/main/sal/inc/osl/ |
H A D | pipe.hxx | 202 inline sal_Int32 SAL_CALL StreamPipe::send(const void* pBuffer, sal_Int32 BytesToSend) const in send() 204 return osl_sendPipe( m_handle, pBuffer , BytesToSend ); in send()
|
H A D | socket.h | 552 sal_uInt32 BytesToSend, 583 sal_uInt32 BytesToSend,
|
H A D | socket.hxx | 454 sal_uInt32 BytesToSend, in send() argument 457 return osl_sendSocket( m_handle, pBuffer, BytesToSend, Flag ); in send()
|
H A D | pipe_decl.hxx | 208 inline sal_Int32 SAL_CALL send(const void* pBuffer, sal_Int32 BytesToSend) const;
|
H A D | socket_decl.hxx | 580 sal_uInt32 BytesToSend,
|
/trunk/main/vos/inc/vos/ |
H A D | pipe.hxx | 177 sal_Int32 SAL_CALL send(const void* pBuffer, sal_uInt32 BytesToSend);
|
H A D | socket.hxx | 925 sal_uInt32 BytesToSend,
|