Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/
D_scproxy.c18 cfstring_to_pystring(CFStringRef ref) in cfstring_to_pystring() function
105 PyObject* t = cfstring_to_pystring(aString); in get_proxy_settings()
141 PyObject* h = cfstring_to_pystring(hostString); in set_proxy()
/external/python/cpython3/Modules/
D_scproxy.c18 cfstring_to_pystring(CFStringRef ref) in cfstring_to_pystring() function
110 PyObject* t = cfstring_to_pystring(aString); in get_proxy_settings()
146 PyObject* h = cfstring_to_pystring(hostString); in set_proxy()