Searched refs:noErr (Results 1 - 25 of 402) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslProt/
H A DsslProt.cpp116 false, kTLSProtocol1, NULL, kTLSProtocol1, noErr,
117 false, kTLSProtocol1, NULL, kTLSProtocol1, noErr, false
121 false, kTLSProtocol1, NULL, kTLSProtocol1, noErr,
122 false, kTLSProtocol1Only, NULL, kTLSProtocol1, noErr, false
126 false, kTLSProtocol1, NULL, kSSLProtocol3, noErr,
127 false, kSSLProtocol3, NULL, kSSLProtocol3, noErr, false
131 false, kTLSProtocol1, NULL, kSSLProtocol3, noErr,
132 false, kSSLProtocol3Only, NULL, kSSLProtocol3, noErr, false
136 false, kTLSProtocol1, NULL, kSSLProtocol2, noErr,
137 false, kSSLProtocol2, NULL, kSSLProtocol2, noErr, fals
[all...]
/macosx-10.10/WebCore-7600.1.25/testing/
H A DWebCoreTestShimLibrary.cpp38 return noErr;
46 return noErr;
/macosx-10.10/KerberosHelper-151/Tests/
H A Dkerberos-helper-tests.c56 if (noErr != err) { lineNumber = __LINE__; goto Error; }
59 if (noErr != err) { lineNumber = __LINE__; goto Error; }
75 if (noErr != err) { lineNumber = __LINE__; goto Error; }
78 if (noErr != err) { lineNumber = __LINE__; goto Error; }
92 if (noErr != err) { lineNumber = __LINE__; goto Error; }
95 if (noErr != err) { lineNumber = __LINE__; goto Error; }
106 if (noErr != err) { lineNumber = __LINE__; goto Error; }
109 if (noErr != err) { lineNumber = __LINE__; goto Error; }
120 if (noErr != err) { lineNumber = __LINE__; goto Error; }
123 if (noErr !
[all...]
H A DKRBCreateSession.c50 if (noErr != err) {
56 if (noErr != err) {
66 if (noErr != err) {
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXHLEvents.c200 return noErr;
236 return noErr;
311 return noErr;
355 return noErr;
364 &fileSpecList) != noErr) {
365 return noErr;
367 if (MissedAnyParameters(event) != noErr) {
368 return noErr;
370 if (ChkErr(AECountItems, &fileSpecList, &count) != noErr) {
371 return noErr;
[all...]
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXHLEvents.c182 return noErr;
215 return noErr;
284 return noErr;
330 return noErr;
340 if (err != noErr) {
341 return noErr;
345 if (err != noErr) {
346 return noErr;
350 if (err != noErr) {
351 return noErr;
[all...]
/macosx-10.10/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS9596 OSErr result = noErr;
607 return(noErr);
617 FailWithVal( result != noErr, Exit, result);
620 FailMessage( result != noErr);
657 FailMessage( result != noErr);
660 FailMessage( result != noErr);
667 FailMessage( result != noErr);
677 FailMessage( result != noErr);
680 FailMessage( result != noErr);
687 FailMessage( result != noErr);
[all...]
H A DDVFamilyLib.c104 <11> 3/15/98 jkl Commented out the return noErr line at the start of
204 OSErr error = noErr;
234 OSErr error = noErr;
283 OSErr error = noErr;
311 OSErr error = noErr;
343 OSErr error = noErr;
379 OSErr error = noErr;
410 return( noErr );
428 OSErr error = noErr;
435 if ( error == noErr )
[all...]
H A DDCFireWireDV.cp222 return (noErr); // Haven't been registered, so simply return
237 if ((noErr != osErr) || (kMinimumQuickTimeVersion > (gestaltResult >> 16)))
241 return noErr;
265 return noErr;
292 return noErr;
329 // If the component should be registered, return 'noErr', otherwise return a
343 return noErr;
365 return noErr;
388 return noErr;
408 ComponentResult result = noErr;
[all...]
/macosx-10.10/emacs-93/emacs/mac/src/
H A Dchdir.c43 return error == noErr ? 0 : -1;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemmac.c161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
166 if ( retVal != noErr || bytes != byte_count )
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
184 if ( retVal != noErr || bytes != byte_count )
218 if ( ( osErr != noErr )
225 if ( ( osErr != noErr )
232 if ( osErr != noErr )
245 if ( (osErr = FSpGetFInfo ( &theSpec, &finderInfo ) ) != noErr )
250 if ( osErr != noErr )
254 if ( osErr != noErr )
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_apple.c61 return (FSRead((short) fd, (long*) &size, (char*) buf) == noErr ?
68 return (FSWrite((short) fd, (long*) &size, (char*) buf) == noErr ?
77 if (GetEOF((short) fd, &size) != noErr)
85 if (SetFPos((short) fd, fsFromMark, off) != noErr)
91 if (SetFPos((short) fd, fsFromStart, off + size) != noErr)
97 if (SetFPos((short) fd, fsFromStart, off) != noErr)
102 return (toff_t)(GetFPos((short) fd, &fpos) == noErr ? fpos : EOF);
127 if (GetEOF((short) fd, &size) != noErr) {
179 if (FSpGetFInfo(&fSpec, &finfo) == noErr)
184 if (FSpCreate(&fSpec, ' ', 'TIFF', smSystemScript) != noErr)
[all...]
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DMovieQTVRUtils.c98 OSErr err = noErr;
137 if (err != noErr) {
163 if (err == noErr) {
210 if (err != noErr) {
236 if (err != noErr) {
267 if (err != noErr) {
293 if (err != noErr) {
347 OSErr err = noErr;
358 CheckAndSetErrorResult( interp, noErr );
372 CheckAndSetErrorResult( interp, noErr );
[all...]
H A DEffectCommand.c132 OSErr err = noErr;
198 if (err != noErr) {
214 if (err != noErr) {
234 if (noErr != err) {
330 OSErr err = noErr;
367 case noErr:
442 OSErr err = noErr;
474 CheckAndSetErrorResult( gInterp, noErr );
481 CheckAndSetErrorResult( gInterp, noErr );
487 CheckAndSetErrorResult( gInterp, noErr );
[all...]
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVFamily.c157 return noErr;
175 return noErr;
186 return noErr;
197 return noErr;
210 return noErr;
259 return noErr;
265 return noErr; // FIXME
271 return noErr;
277 return noErr; // FIXME
284 return noErr; // FIXM
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslAuth/
H A DsslAuth.cpp90 kNeverAuthenticate, kSSLClientCertNone, noErr,
91 kTLSProtocol1, NULL, kSSLClientCertNone, noErr
96 kNeverAuthenticate, kSSLClientCertNone, noErr,
97 kSSLProtocol3, NULL, kSSLClientCertNone, noErr
102 kTryAuthenticate, kSSLClientCertRequested, noErr,
103 kTLSProtocol1, NULL, kSSLClientCertRequested, noErr
108 kTryAuthenticate, kSSLClientCertRequested, noErr,
109 kSSLProtocol3, NULL, kSSLClientCertRequested, noErr
114 kTryAuthenticate, kSSLClientCertSent, noErr,
115 kTLSProtocol1, clientKcPath, kSSLClientCertSent, noErr
[all...]
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DBTreeScanner.c51 // noErr Found a valid record
69 err = noErr;
84 while ( err == noErr )
90 if ( err == noErr )
96 return noErr;
131 // noErr Found a valid record
140 err = noErr; // Assume everything will be OK
150 if ( err != noErr )
172 if ( err != noErr )
174 err = noErr;
[all...]
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileMac.mm48 if (FSPathMakeRef((UInt8 *)[path fileSystemRepresentation], &pathRef, NULL) == noErr) {
49 if (FSResolveAliasFileWithMountFlags(&pathRef, TRUE, &targetIsFolder, &wasAliased, kResolveAliasFileNoUI) == noErr && wasAliased) {
51 if (FSRefMakePath(&pathRef, (unsigned char *)pathFromPathRef, PATH_MAX) == noErr)
/macosx-10.10/KerberosHelper-151/Source/
H A Dutils.c35 OSStatus err = noErr;
67 OSStatus err = noErr;
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_FSp_glue.c59 OSStatus err = noErr;
61 if (err == noErr) {
68 if (err == noErr) {
75 } else if (err != noErr) {
/macosx-10.10/OpenSSL098-52/src/MacOS/GetHTTPS.src/
H A DErrorHandling.hpp63 if (theErrCode != noErr) \
74 if (theErrCode != noErr) \
93 if (theErrCode != noErr) \
115 if ((theErrCode) != noErr) \
/macosx-10.10/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DKCAPI_Manager.cpp63 return(noErr);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/dotMacArchive/
H A DidentSearch.cpp110 if(ortn != noErr) {
122 } while(ortn == noErr);
126 return noErr;
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DPlatformClockCA.cpp82 if (CAClockGetCurrentTime(m_clock, kCAClockTimeFormat_Seconds, &caTime) == noErr)
85 if (CAClockGetStartTime(m_clock, kCAClockTimeFormat_Seconds, &caTime) == noErr)
99 if (CAClockGetPlayRate(m_clock, &rate) == noErr)
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A DPrivilegedOperations.c80 OSStatus err = noErr;
86 return noErr;
94 return noErr;
118 if (err == noErr)
122 if (err == noErr) {
126 if (err == noErr) {
144 OSStatus err = noErr;

Completed in 319 milliseconds

1234567891011>>