OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
66
proxyDict
= SCDynamicStoreCopyProxies(NULL);
69
if (!
proxyDict
) {
76
aNum = CFDictionaryGetValue(
proxyDict
,
90
anArray = CFDictionaryGetValue(
proxyDict
,
121
CFRelease(
proxyDict
);
125
if (
proxyDict
) CFRelease(
proxyDict
);
131
set_proxy(PyObject* proxies, const char* proto, CFDictionaryRef
proxyDict
,
137
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 222 milliseconds