Searched refs:rExceptionsList (Results 1 – 1 of 1) sorted by relevance
411 CFArrayRef rExceptionsList; in getPropertyValue() local415 rExceptionsList = nil; in getPropertyValue()417 … rExceptionsList = (CFArrayRef) CFDictionaryGetValue(rProxyDict, kSCPropNetProxiesExceptionsList); in getPropertyValue()419 if (rExceptionsList) in getPropertyValue()421 for (CFIndex idx = 0; idx < CFArrayGetCount(rExceptionsList); idx++) in getPropertyValue()423 CFStringRef rException = (CFStringRef) CFArrayGetValueAtIndex(rExceptionsList, idx); in getPropertyValue()
Completed in 7 milliseconds