Home
last modified time | relevance | path

Searched refs:nLastError (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dpipe.cxx51 APIRET nLastError; member
204 pPipe->nLastError = NO_ERROR; in osl_createPipe()
307 if (pPipe->nLastError) in osl_acceptPipe()
331 pNewPipe->nLastError = in osl_acceptPipe()
341 if (pNewPipe->nLastError) in osl_acceptPipe()
358 if (pNewPipe->nLastError) in osl_acceptPipe()
373 if (pPipe->nLastError) in osl_acceptPipe()
401 if( pPipe->nLastError ) in osl_receivePipe()
429 if( pPipe->nLastError ) in osl_sendPipe()
452 rc = pPipe->nLastError; in osl_getLastPipeError()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx1700 ERRORID nLastError = WinGetLastError( hAB ); in StartJob() local
1701 if ( (nLastError & 0xFFFF) == PMERR_SPL_PRINT_ABORT ) in StartJob()
1743 ERRORID nLastError = WinGetLastError( hAB ); in StartJob() local
1744 if ( (nLastError & 0xFFFF) == PMERR_SPL_PRINT_ABORT ) in StartJob()
H A Dsalgdi3.cxx717 ERRORID nLastError = WinGetLastError( GetSalData()->mhAB ); in ImplDoSetFont() local
718 …ebug_printf( "Os2SalGraphics::SetFont hps %x Ft2CreateLogFont failed err %x\n", mhPS, nLastError ); in ImplDoSetFont()

Completed in 31 milliseconds