Lines Matching refs:RetVal
1420 sal_Int32 RetVal; in read() local
1421 RetVal= osl_receiveSocket((*m_pSockRef)(), in read()
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()
1482 Ptr += RetVal; in write()