Home
last modified time | relevance | path

Searched refs:osl_getLastPipeError (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sal/workben/
H A Dtestpipe.cxx81 osl_getLastPipeError(NULL)); in main()
103 osl_getLastPipeError( Pipe )); in main()
122 osl_getLastPipeError( Pipe ) ); in main()
129 osl_getLastPipeError( C1Pipe ) ); in main()
H A Dtestpip2.cxx66 osl_getLastPipeError(NULL)); in main()
74 osl_getLastPipeError( Pipe ) ); in main()
83 osl_getLastPipeError( Pipe ) ); in main()
/trunk/main/vos/source/
H A Dpipe.cxx262 return (TPipeError)osl_getLastPipeError((*m_pPipeRef)()); in getError()
264 return (TPipeError)osl_getLastPipeError(NULL); in getError()
/trunk/main/sal/osl/w32/
H A Dprocess.cxx521 return (sal_Bool)((*nBytes >= 0) && (osl_getLastPipeError(hPipe) == osl_Pipe_E_None)); in ReadPipe()
532 … return (sal_Bool)((*nBytes == BytesToSend) && (osl_getLastPipeError(hPipe) == osl_Pipe_E_None)); in WritePipe()
H A Dpipe.c618 oslPipeError SAL_CALL osl_getLastPipeError(oslPipe pPipe) in osl_getLastPipeError() function
/trunk/main/sal/inc/osl/
H A Dpipe.h91 oslPipeError SAL_CALL osl_getLastPipeError(oslPipe Pipe);
H A Dpipe.hxx146 return osl_getLastPipeError( 0 ); in getError()
/trunk/main/sal/osl/os2/
H A Dpipe.cxx444 oslPipeError SAL_CALL osl_getLastPipeError(oslPipe pPipe) in osl_getLastPipeError() function
/trunk/main/sal/osl/unx/
H A Dpipe.c531 oslPipeError SAL_CALL osl_getLastPipeError(oslPipe pPipe) in osl_getLastPipeError() function
/trunk/main/sal/util/
H A Dsal.map91 osl_getLastPipeError;

Completed in 35 milliseconds