Home
last modified time | relevance | path

Searched defs:proxyDict (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
D_scproxy.c58 CFDictionaryRef proxyDict = NULL; in get_proxy_settings() local
66 proxyDict = SCDynamicStoreCopyProxies(NULL); in get_proxy_settings() local
131 set_proxy(PyObject* proxies, const char* proto, CFDictionaryRef proxyDict, in set_proxy()
176 CFDictionaryRef proxyDict = NULL; in get_proxies() local
179 proxyDict = SCDynamicStoreCopyProxies(NULL); in get_proxies() local
/external/python/cpython2/Mac/Modules/
D_scproxy.c51 CFDictionaryRef proxyDict = NULL; in get_proxy_settings() local
126 set_proxy(PyObject* proxies, char* proto, CFDictionaryRef proxyDict, in set_proxy()
173 CFDictionaryRef proxyDict = NULL; in get_proxies() local