Home
last modified time | relevance | path

Searched refs:BytesSend (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vos/source/
H A Dpipe.cxx381 sal_Int32 BytesSend= 0; in write() local
398 BytesSend += RetVal; in write()
402 return BytesSend; in write()
H A Dsocket.cxx1463 sal_uInt32 BytesSend= 0; in write() local
1481 BytesSend += RetVal; in write()
1489 return BytesSend; in write()
/trunk/main/sal/osl/os2/
H A Dpipe.cxx472 sal_Int32 BytesSend= 0; in osl_writePipe() local
489 BytesSend += RetVal; in osl_writePipe()
493 return BytesSend; in osl_writePipe()
H A Dsocket.c2525 sal_uInt32 BytesSend= 0; in osl_writeSocket() local
2544 BytesSend += RetVal; in osl_writeSocket()
2548 return BytesSend; in osl_writeSocket()
/trunk/main/sal/osl/unx/
H A Dpipe.c541 sal_Int32 BytesSend= 0; in osl_writePipe() local
558 BytesSend += RetVal; in osl_writePipe()
562 return BytesSend; in osl_writePipe()
H A Dsocket.c2487 sal_uInt32 BytesSend= 0; in osl_writeSocket() local
2506 BytesSend += RetVal; in osl_writeSocket()
2510 return BytesSend; in osl_writeSocket()
/trunk/main/sal/osl/w32/
H A Dpipe.c565 sal_Int32 BytesSend= 0; in osl_writePipe() local
582 BytesSend += RetVal; in osl_writePipe()
586 return BytesSend; in osl_writePipe()
H A Dsocket.cxx1597 sal_uInt32 BytesSend= 0; in osl_writeSocket() local
1613 BytesSend += RetVal; in osl_writeSocket()
1617 return BytesSend; in osl_writeSocket()

Completed in 61 milliseconds