Home
last modified time | relevance | path

Searched refs:rExceptionsList (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/shell/source/backends/macbe/
H A Dmacbackend.cxx411 CFArrayRef rExceptionsList; in getPropertyValue() local
415 rExceptionsList = nil; in getPropertyValue()
417rExceptionsList = (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 18 milliseconds