Searched refs:osl_writePipe (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sal/inc/osl/ |
H A D | pipe.h | 89 sal_Int32 SAL_CALL osl_writePipe( oslPipe Pipe, const void *pBuffer, sal_Int32 BufferSize );
|
H A D | pipe.hxx | 192 return osl_writePipe( m_handle, pBuffer , n ); in write()
|
/aoo42x/main/sal/qa/helper/gcov/ |
H A D | deprecated.txt | 82 # osl_writePipe;
|
/aoo42x/main/sal/osl/os2/ |
H A D | pipe.cxx | 469 sal_Int32 SAL_CALL osl_writePipe( oslPipe pPipe, const void *pBuffer , sal_Int32 n ) in osl_writePipe() function
|
/aoo42x/main/jurt/source/pipe/ |
H A D | com_sun_star_lib_connections_pipe_PipeConnection.c | 510 count = osl_writePipe(npipe, nbuff, nwrite); in PipeConnection_write()
|
/aoo42x/main/sal/osl/unx/ |
H A D | pipe.c | 538 sal_Int32 SAL_CALL osl_writePipe( oslPipe pPipe, const void *pBuffer , sal_Int32 n ) in osl_writePipe() function
|
/aoo42x/main/sal/util/ |
H A D | sal.map | 181 osl_writePipe;
|
/aoo42x/main/sal/osl/w32/ |
H A D | pipe.c | 562 sal_Int32 SAL_CALL osl_writePipe( oslPipe pPipe, const void *pBuffer , sal_Int32 n ) in osl_writePipe() function
|
Completed in 34 milliseconds