Searched refs:numRef (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/ppp-786.1.1/Drivers/PPPSerial/PPPSerial-plugin/
H A Dmain.c349 CFNumberRef numRef; local
390 numRef = CFNumberCreate(NULL, kCFNumberIntType, &val);
391 CFDictionaryAddValue(ccldict, kCCLEngineLogToStdErrKey, numRef);
392 CFRelease(numRef);
395 numRef = CFNumberCreate(NULL, kCFNumberIntType, &val);
396 CFDictionaryAddValue(ccldict, kCCLEngineVerboseLoggingKey, numRef);
397 CFRelease(numRef);
400 numRef = CFNumberCreate(NULL, kCFNumberIntType, &val);
401 CFDictionaryAddValue(ccldict, kCCLEngineSyslogLevelKey, numRef);
402 CFRelease(numRef);
[all...]
/macosx-10.10/smb-759.0/lib/smbclient/
H A Dserver.c318 CFNumberRef numRef = NULL; local
335 numRef = CFNumberCreate (NULL, kCFNumberSInt32Type, &mountFlags);
336 if (numRef) {
338 CFDictionarySetValue (mOptions, kNetFSMountFlagsKey, numRef);
339 CFRelease(numRef);
375 numRef = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt16Type, &fileMode);
376 if (numRef) {
377 CFDictionarySetValue (mOptions, kfileModeKey, numRef);
378 CFRelease(numRef);
382 numRef
[all...]
/macosx-10.10/smb-759.0/lib/smb/
H A Dctx.c2584 CFNumberRef numRef; local
2622 numRef = (CFNumberRef)CFDictionaryGetValue (mOptions, kNetFSMountFlagsKey);
2623 if (numRef)
2624 (void)CFNumberGetValue(numRef, kCFNumberSInt32Type, &mntflags);
2805 numRef = (CFNumberRef)CFDictionaryGetValue(mOptions, kdirModeKey);
2807 numRef = NULL;
2809 if (numRef && (CFNumberGetValue(numRef, kCFNumberSInt16Type, &mdata.dir_mode)))
2817 numRef = (CFNumberRef)CFDictionaryGetValue(mOptions, kfileModeKey);
2819 numRef
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecTrust.cpp539 CFNumberRef numRef = CFNumberCreate(NULL, kCFNumberSInt32Type, &num); local
540 if (!numRef)
542 CFArrayAppendValue(array, numRef);
543 CFRelease(numRef);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecTrust.cpp539 CFNumberRef numRef = CFNumberCreate(NULL, kCFNumberSInt32Type, &num); local
540 if (!numRef)
542 CFArrayAppendValue(array, numRef);
543 CFRelease(numRef);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecTrust.cpp539 CFNumberRef numRef = CFNumberCreate(NULL, kCFNumberSInt32Type, &num); local
540 if (!numRef)
542 CFArrayAppendValue(array, numRef);
543 CFRelease(numRef);
/macosx-10.10/ppp-786.1.1/Authenticators/Radius/
H A Dmain.c284 CFNumberRef numRef; local
286 numRef = CFDictionaryGetValue(dict, key);
287 if (numRef)
288 CFNumberGetValue(numRef, kCFNumberIntType, value);
/macosx-10.10/smb-759.0/lib/
H A Dlibtest.c386 CFNumberRef numRef = NULL; local
406 numRef = CFNumberCreate( nil, kCFNumberIntType, &mntflags);
407 if (numRef) {
408 CFDictionarySetValue( mountOptions, kNetFSMountFlagsKey, numRef);
409 CFRelease(numRef);
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertions.c2571 CFNumberRef numRef = NULL; local
2576 numRef = CFDictionaryGetValue(gUserAssertionTypesDict, type);
2577 if (isA_CFNumber(numRef))
2578 CFNumberGetValue(numRef, kCFNumberIntType, &idx);
3381 CFNumberRef numRef = NULL; local
3414 numRef = CFDictionaryGetValue(assertion->props, kIOPMAssertionLevelKey);
3415 if (isA_CFNumber(numRef)) {
3416 CFNumberGetValue(numRef, kCFNumberIntType, &level);
3440 numRef = CFDictionaryGetValue(assertion->props, kIOPMAssertionOnBehalfOfPID);
3441 if (isA_CFNumber(numRef)) {
[all...]
H A DPrivateLib.c2129 CFNumberRef numRef = NULL; local
2166 numRef = CFDictionaryGetValue(appFailures, CFSTR(kIOPMStatsTimeMSKey));
2167 if (!isA_CFNumber(numRef) || (!CFNumberGetValue(numRef, kCFNumberIntType, &num))) {
2202 numRef = CFDictionaryGetValue(appFailures, CFSTR(kIOPMStatsMessageTypeKey));
2203 if (isA_CFNumber(numRef) && (CFNumberGetValue(numRef, kCFNumberIntType, &num))) {
2214 numRef = CFDictionaryGetValue(appFailures, CFSTR(kIOPMStatsPowerCapabilityKey));
2215 if (isA_CFNumber(numRef) && (CFNumberGetValue(numRef, kCFNumberIntTyp
[all...]
/macosx-10.10/webdavfs-367/WebDAVPlugin/
H A DWebDAV_Mount.c1447 CFNumberRef numRef = NULL; local
1558 numRef = (CFNumberRef)CFDictionaryGetValue(in_MountOptions, kNetFSMountFlagsKey);
1559 if (numRef)
1560 (void)CFNumberGetValue(numRef, kCFNumberSInt32Type, &mntflags);
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c2621 CFNumberRef numRef; local
2686 numRef = CFDictionaryGetValue(tmp_dict, kIOPMAssertionOnBehalfOfPID);
2687 if (isA_CFNumber(numRef)) {
2690 CFNumberGetValue(numRef, kCFNumberIntType, &beneficiary);

Completed in 236 milliseconds