Home
last modified time | relevance | path

Searched refs:computer_name (Results 1 - 2 of 2) sorted by relevance

/third_party/python/PC/clinic/
H A Dwinreg.c.h126 "ConnectRegistry($module, computer_name, key, /)\n"
131 " computer_name\n"
145 const Py_UNICODE *computer_name, HKEY key);
151 const Py_UNICODE *computer_name = NULL; in winreg_ConnectRegistry() local
159 computer_name = NULL; in winreg_ConnectRegistry()
163 computer_name = _PyUnicode_AsUnicode(args[0]); in winreg_ConnectRegistry()
165 computer_name = PyUnicode_AsWideCharString(args[0], NULL); in winreg_ConnectRegistry()
167 if (computer_name == NULL) { in winreg_ConnectRegistry()
178 _return_value = winreg_ConnectRegistry_impl(module, computer_name, key); in winreg_ConnectRegistry()
185 /* Cleanup for computer_name */ in winreg_ConnectRegistry()
[all...]
/third_party/python/PC/
H A Dwinreg.c849 computer_name: Py_UNICODE(accept={str, NoneType})
864 const Py_UNICODE *computer_name, HKEY key) in winreg_ConnectRegistry_impl()
870 computer_name, (Py_ssize_t)key) < 0) { in winreg_ConnectRegistry_impl()
874 rc = RegConnectRegistryW(computer_name, key, &retKey); in winreg_ConnectRegistry_impl()
863 winreg_ConnectRegistry_impl(PyObject *module, const Py_UNICODE *computer_name, HKEY key) winreg_ConnectRegistry_impl() argument

Completed in 5 milliseconds