Home
last modified time | relevance | path

Searched defs:sub_key (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/PC/clinic/
Dwinreg.c.h195 const Py_UNICODE *sub_key; in winreg_CreateKey() local
252 const Py_UNICODE *sub_key; in winreg_CreateKeyEx() local
300 const Py_UNICODE *sub_key; in winreg_DeleteKey() local
352 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx() local
593 const Py_UNICODE *sub_key; in winreg_LoadKey() local
639 const Py_UNICODE *sub_key; in winreg_OpenKey() local
691 const Py_UNICODE *sub_key; in winreg_OpenKeyEx() local
777 const Py_UNICODE *sub_key; in winreg_QueryValue() local
911 const Py_UNICODE *sub_key; in winreg_SetValue() local
/external/python/cpython3/PC/
Dwinreg.c866 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_CreateKey_impl()
906 const Py_UNICODE *sub_key, int reserved, in winreg_CreateKeyEx_impl()
941 winreg_DeleteKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_DeleteKey_impl()
977 const Py_UNICODE *sub_key, REGSAM access, in winreg_DeleteKeyEx_impl()
1281 winreg_LoadKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_LoadKey_impl()
1315 winreg_OpenKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_OpenKey_impl()
1342 winreg_OpenKeyEx_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_OpenKeyEx_impl()
1412 winreg_QueryValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_QueryValue_impl()
1598 winreg_SetValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_SetValue_impl()
/external/python/cpython3/Lib/test/
Dtest_winreg.py191 def _test_named_args(self, key, sub_key): argument
211 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
214 oke = lambda key, sub_key: OpenKeyEx(key, sub_key, 0, KEY_READ) argument
/external/python/cpython2/Lib/test/
Dtest_winreg.py205 cke = lambda key, sub_key: CreateKeyEx(key, sub_key, 0, KEY_ALL_ACCESS) argument
208 oke = lambda key, sub_key: OpenKeyEx(key, sub_key, 0, KEY_READ) argument
/external/brotli/c/dec/
Dhuffman.c179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local