Searched refs:tempSet (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dauthority.cpp243 AuthItemSet tempSet; local
250 tempSet.insert(AuthItemRef(*found));
254 tempSet = mInfoSet;
258 return tempSet;
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DOTATrustUtilities.c466 CFMutableSetRef tempSet = NULL; local
469 tempSet = CFSetCreateMutable(kCFAllocatorDefault, 0, &kCFTypeSetCallBacks);
470 if (NULL == tempSet)
480 CFSetAddValue(tempSet, key_data);
489 if (NULL != tempSet)
491 result = tempSet;
534 CFMutableSetRef tempSet = NULL; local
537 tempSet = CFSetCreateMutable(kCFAllocatorDefault, 0, &kCFTypeSetCallBacks);
538 if (NULL == tempSet)
548 CFSetAddValue(tempSet, key_dat
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Duspoof_impl.cpp322 UnicodeSet tempSet; local
323 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status);
324 allowedChars.addAll(tempSet);
325 tempSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_INHERITED, status);
326 allowedChars.addAll(tempSet);
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DMoviePlayer.c4714 SCTemporalSettings tempSet; local
4718 SCGetInfo( ci, scTemporalSettingsType, &tempSet );
4725 tempSet.temporalQuality = temporalQuality;
4726 tempSet.keyFrameRate = keyFrameRate;
4731 SCSetInfo( ci, scTemporalSettingsType, &tempSet );
4962 SCTemporalSettings tempSet; local
5050 SCGetInfo( ci, scTemporalSettingsType, &tempSet );
5067 tempSet.keyFrameRate = keyFrameRate;
5073 tempSet.temporalQuality = temporalQuality;
5076 SCSetInfo( ci, scTemporalSettingsType, &tempSet );
[all...]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c1166 Boolean tempSet = FALSE; local
1176 tempSet = TRUE;
1213 if (tempSet && (set != NULL)) {

Completed in 199 milliseconds