Searched refs:RetVal (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/vos/source/ |
H A D | pipe.cxx | 354 sal_Int32 RetVal; in read() local 360 if(RetVal <= 0) in read() 365 BytesToRead -= RetVal; in read() 366 BytesRead += RetVal; in read() 367 pBuffer= (sal_Char*)pBuffer + RetVal; in read() 385 sal_Int32 RetVal; in write() local 387 RetVal= osl_sendPipe((*m_pPipeRef)(), in write() 392 if(RetVal <= 0) in write() 397 BytesToSend -= RetVal; in write() 398 BytesSend += RetVal; in write() [all …]
|
H A D | socket.cxx | 1420 sal_Int32 RetVal; in read() local 1427 if(RetVal <= 0) in read() 1432 BytesToRead -= RetVal; in read() 1433 BytesRead += RetVal; in read() 1434 Ptr += RetVal; in read() 1467 sal_Int32 RetVal; in write() local 1469 RetVal= osl_sendSocket((*m_pSockRef)(), in write() 1475 if(RetVal <= 0) in write() 1480 BytesToSend -= RetVal; in write() 1481 BytesSend += RetVal; in write() [all …]
|
/aoo4110/main/sal/osl/os2/ |
H A D | pipe.cxx | 478 sal_Int32 RetVal; in osl_writePipe() local 480 RetVal= osl_sendPipe(pPipe, pBuffer, BytesToSend); in osl_writePipe() 483 if(RetVal <= 0) in osl_writePipe() 488 BytesToSend -= RetVal; in osl_writePipe() 489 BytesSend += RetVal; in osl_writePipe() 490 pBuffer= (sal_Char*)pBuffer + RetVal; in osl_writePipe() 505 sal_Int32 RetVal; in osl_readPipe() local 509 if(RetVal <= 0) in osl_readPipe() 514 BytesToRead -= RetVal; in osl_readPipe() 515 BytesRead += RetVal; in osl_readPipe() [all …]
|
H A D | socket.c | 2498 sal_Int32 RetVal; in osl_readSocket() local 2499 RetVal= osl_receiveSocket(pSocket, in osl_readSocket() 2505 if(RetVal <= 0) in osl_readSocket() 2510 BytesToRead -= RetVal; in osl_readSocket() 2511 BytesRead += RetVal; in osl_readSocket() 2512 Ptr += RetVal; in osl_readSocket() 2533 sal_Int32 RetVal; in osl_writeSocket() local 2538 if(RetVal <= 0) in osl_writeSocket() 2543 BytesToSend -= RetVal; in osl_writeSocket() 2544 BytesSend += RetVal; in osl_writeSocket() [all …]
|
/aoo4110/main/sal/osl/unx/ |
H A D | pipe.c | 549 sal_Int32 RetVal; in osl_writePipe() local 551 RetVal= osl_sendPipe(pPipe, pBuffer, BytesToSend); in osl_writePipe() 554 if(RetVal <= 0) in osl_writePipe() 559 BytesToSend -= RetVal; in osl_writePipe() 560 BytesSend += RetVal; in osl_writePipe() 561 pBuffer= (sal_Char*)pBuffer + RetVal; in osl_writePipe() 576 sal_Int32 RetVal; in osl_readPipe() local 580 if(RetVal <= 0) in osl_readPipe() 585 BytesToRead -= RetVal; in osl_readPipe() 586 BytesRead += RetVal; in osl_readPipe() [all …]
|
H A D | socket.c | 2460 sal_Int32 RetVal; in osl_readSocket() local 2461 RetVal= osl_receiveSocket(pSocket, in osl_readSocket() 2467 if(RetVal <= 0) in osl_readSocket() 2472 BytesToRead -= RetVal; in osl_readSocket() 2473 BytesRead += RetVal; in osl_readSocket() 2474 Ptr += RetVal; in osl_readSocket() 2495 sal_Int32 RetVal; in osl_writeSocket() local 2500 if(RetVal <= 0) in osl_writeSocket() 2505 BytesToSend -= RetVal; in osl_writeSocket() 2506 BytesSend += RetVal; in osl_writeSocket() [all …]
|
/aoo4110/main/sal/osl/w32/ |
H A D | pipe.c | 571 sal_Int32 RetVal; in osl_writePipe() local 573 RetVal= osl_sendPipe(pPipe, pBuffer, BytesToSend); in osl_writePipe() 576 if(RetVal <= 0) in osl_writePipe() 581 BytesToSend -= RetVal; in osl_writePipe() 582 BytesSend += RetVal; in osl_writePipe() 583 pBuffer= (sal_Char*)pBuffer + RetVal; in osl_writePipe() 598 sal_Int32 RetVal; in osl_readPipe() local 602 if(RetVal <= 0) in osl_readPipe() 607 BytesToRead -= RetVal; in osl_readPipe() 608 BytesRead += RetVal; in osl_readPipe() [all …]
|
H A D | socket.cxx | 1569 sal_Int32 RetVal; in osl_readSocket() local 1570 RetVal= osl_receiveSocket(pSocket, in osl_readSocket() 1576 if(RetVal <= 0) in osl_readSocket() 1581 BytesToRead -= RetVal; in osl_readSocket() 1582 BytesRead += RetVal; in osl_readSocket() 1583 Ptr += RetVal; in osl_readSocket() 1602 sal_Int32 RetVal; in osl_writeSocket() local 1607 if(RetVal <= 0) in osl_writeSocket() 1612 BytesToSend -= RetVal; in osl_writeSocket() 1613 BytesSend += RetVal; in osl_writeSocket() [all …]
|
Completed in 67 milliseconds