HomeSort by relevance Sort by last modified time
    Searched refs:proxyDict (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Mac/Modules/
_scproxy.c 51 CFDictionaryRef proxyDict = NULL;
58 proxyDict = SCDynamicStoreCopyProxies(NULL);
59 if (!proxyDict) {
68 aNum = CFDictionaryGetValue(proxyDict,
85 anArray = CFDictionaryGetValue(proxyDict,
116 CFRelease(proxyDict);
120 if (proxyDict) CFRelease(proxyDict);
126 set_proxy(PyObject* proxies, char* proto, CFDictionaryRef proxyDict,
132 aNum = CFDictionaryGetValue(proxyDict, enabledKey)
    [all...]
  /external/python/cpython3/Modules/
_scproxy.c 58 CFDictionaryRef proxyDict = NULL;
65 proxyDict = SCDynamicStoreCopyProxies(NULL);
66 if (!proxyDict) {
74 aNum = CFDictionaryGetValue(proxyDict,
88 anArray = CFDictionaryGetValue(proxyDict,
119 CFRelease(proxyDict);
123 if (proxyDict) CFRelease(proxyDict);
129 set_proxy(PyObject* proxies, const char* proto, CFDictionaryRef proxyDict,
135 aNum = CFDictionaryGetValue(proxyDict, enabledKey)
    [all...]
  /external/webrtc/webrtc/base/
proxydetect.cc 955 const CFDictionaryRef proxyDict,
970 if ((proxyDict != NULL) &&
971 (CFGetTypeID(proxyDict) == CFDictionaryGetTypeID())) {
978 enabledCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, enabledKey);
982 hostCFStr = (CFStringRef)CFDictionaryGetValue(proxyDict, hostKey);
985 portCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, portKey);
1009 const CFDictionaryRef proxyDict) {
1017 proxyDict,
    [all...]

Completed in 98 milliseconds