Searched refs:computer_name (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | defaults.cc | 52 char computer_name[256]; in GetPeerName() local 55 if (gethostname(computer_name, arraysize(computer_name)) == 0) { in GetPeerName() 56 ret += computer_name; in GetPeerName()
|
/external/python/cpython3/PC/clinic/ |
D | winreg.c.h | 141 const Py_UNICODE *computer_name, HKEY key); 147 const Py_UNICODE *computer_name; in winreg_ConnectRegistry() local 152 &computer_name, clinic_HKEY_converter, &key)) { in winreg_ConnectRegistry() 155 _return_value = winreg_ConnectRegistry_impl(module, computer_name, key); in winreg_ConnectRegistry()
|
/external/python/cpython3/PC/ |
D | winreg.c | 830 const Py_UNICODE *computer_name, HKEY key) in winreg_ConnectRegistry_impl() argument 836 rc = RegConnectRegistryW(computer_name, key, &retKey); in winreg_ConnectRegistry_impl()
|
/external/python/cpython2/Doc/library/ |
D | _winreg.rst | 35 .. function:: ConnectRegistry(computer_name, key) 40 *computer_name* is the name of the remote computer, of the form
|
/external/python/cpython3/Doc/library/ |
D | winreg.rst | 43 .. function:: ConnectRegistry(computer_name, key) 48 *computer_name* is the name of the remote computer, of the form
|