Searched refs:osl_sendPipe (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/vos/source/ |
H A D | pipe.cxx | 249 return osl_sendPipe((*m_pPipeRef)(), in send() 387 RetVal= osl_sendPipe((*m_pPipeRef)(), in write()
|
/aoo42x/main/sal/osl/os2/ |
H A D | pipe.cxx | 415 sal_Int32 SAL_CALL osl_sendPipe(oslPipe pPipe, in osl_sendPipe() function 480 RetVal= osl_sendPipe(pPipe, pBuffer, BytesToSend); in osl_writePipe()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/sal/qa/helper/gcov/ |
H A D | deprecated.txt | 84 # osl_sendPipe;
|
/aoo42x/main/sal/util/ |
H A D | sal.map | 159 osl_sendPipe;
|
Completed in 23 milliseconds