Searched refs:osl_sendPipe (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/vos/source/ |
| H A D | pipe.cxx | 249 return osl_sendPipe((*m_pPipeRef)(), in send() 387 RetVal= osl_sendPipe((*m_pPipeRef)(), in write()
|
| /trunk/main/sal/osl/os2/ |
| H A D | pipe.cxx | 413 sal_Int32 SAL_CALL osl_sendPipe(oslPipe pPipe, in osl_sendPipe() function 478 RetVal= osl_sendPipe(pPipe, pBuffer, BytesToSend); in osl_writePipe()
|
| /trunk/main/sal/osl/unx/ |
| H A D | pipe.c | 499 sal_Int32 SAL_CALL osl_sendPipe(oslPipe pPipe, in osl_sendPipe() function 549 RetVal= osl_sendPipe(pPipe, pBuffer, BytesToSend); in osl_writePipe()
|
| /trunk/main/sal/osl/w32/ |
| H A D | pipe.c | 522 sal_Int32 SAL_CALL osl_sendPipe(oslPipe pPipe, in osl_sendPipe() function 573 RetVal= osl_sendPipe(pPipe, pBuffer, BytesToSend); in osl_writePipe()
|
| H A D | process.cxx | 529 *nBytes = osl_sendPipe(hPipe, pBuffer, BytesToSend); in WritePipe()
|
| /trunk/main/sal/workben/ |
| H A D | testpip2.cxx | 79 nChars = osl_sendPipe( Pipe, szBuffer, nChars ); in main()
|
| H A D | testpipe.cxx | 118 nChars = osl_sendPipe( C1Pipe, cp, n ); in main()
|
| /trunk/main/sal/inc/osl/ |
| H A D | pipe.h | 78 sal_Int32 SAL_CALL osl_sendPipe(oslPipe Pipe, const void* pBuffer, sal_Int32 BufferSize);
|
| H A D | pipe.hxx | 204 return osl_sendPipe( m_handle, pBuffer , BytesToSend ); in send()
|
| /trunk/main/sal/util/ |
| H A D | sal.map | 159 osl_sendPipe;
|