Searched refs:theErr (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmediactrl.cpp143 Movie theMovie, OSErr theErr, void* theRefCon);
1149 OSErr WXUNUSED_UNLESS_DEBUG(theErr),
1154 wxASSERT( theErr == noErr );
H A Dtextctrl.cpp2257 OSErr theErr = noErr;
2261 theErr = TXNScroll( m_txn, kTXNScrollUnitsInPixels, kTXNScrollUnitsInPixels, &dv, &dh );
2265 // wxASSERT_MSG( theErr == noErr, _T("TXNScroll returned an error!") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcurl_darwinssl.c130 int theErr; local
139 theErr = errno;
145 switch(theErr) {
191 int theErr; local
203 theErr = errno;
204 if(theErr == EAGAIN) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dapp.cpp858 OSErr theErr = noErr; local
894 theErr = FSPathMakeRef((UInt8 *) theResPath.mb_str(), &theResRef, false);
895 if (theErr != noErr) {
897 theErr = FSPathMakeRef((UInt8 *) theName.mb_str(), &theResRef, false);
901 if (theErr == noErr) {
902 theErr = FSOpenResourceFile( &theResRef, 0, NULL, fsRdPerm,
905 if (theErr != noErr) {
H A Dtextctrl.cpp1481 OSErr theErr = noErr; local
1485 theErr = TXNScroll( (TXNObject) m_macTXN, kTXNScrollUnitsInPixels , kTXNScrollUnitsInPixels , &dv , &dh );
1486 wxASSERT_MSG( theErr == noErr, _T("TXNScroll returned an error!") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_qt.cpp415 static void PPRMProc (Movie theMovie, OSErr theErr, void* theRefCon);
764 OSErr WXUNUSED_UNLESS_DEBUG(theErr),
769 wxASSERT( theErr == noErr );
H A Dmediactrl.cpp1909 static void PPRMProc (Movie theMovie, OSErr theErr, void* theRefCon);
3624 OSErr WXUNUSED_UNLESS_DEBUG(theErr),
3629 wxASSERT( theErr == noErr );

Completed in 91 milliseconds