Searched defs:sub_key (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/PC/clinic/ |
| D | winreg.c.h | 223 const Py_UNICODE *sub_key = NULL; in winreg_CreateKey() local 304 const Py_UNICODE *sub_key = NULL; in winreg_CreateKeyEx() local 357 const Py_UNICODE *sub_key = NULL; in winreg_DeleteKey() local 431 const Py_UNICODE *sub_key = NULL; in winreg_DeleteKeyEx() local 727 const Py_UNICODE *sub_key = NULL; in winreg_LoadKey() local 808 const Py_UNICODE *sub_key = NULL; in winreg_OpenKey() local 865 const Py_UNICODE *sub_key = NULL; in winreg_OpenKeyEx() local 956 const Py_UNICODE *sub_key = NULL; in winreg_QueryValue() local 1156 const Py_UNICODE *sub_key = NULL; in winreg_SetValue() local
|
| /third_party/python/PC/ |
| D | winreg.c | 904 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_CreateKey_impl() 953 const Py_UNICODE *sub_key, int reserved, in winreg_CreateKeyEx_impl() 997 winreg_DeleteKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_DeleteKey_impl() 1043 const Py_UNICODE *sub_key, REGSAM access, in winreg_DeleteKeyEx_impl() 1353 winreg_LoadKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_LoadKey_impl() 1391 winreg_OpenKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_OpenKey_impl() 1427 winreg_OpenKeyEx_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_OpenKeyEx_impl() 1502 winreg_QueryValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_QueryValue_impl() 1700 winreg_SetValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, in winreg_SetValue_impl()
|
| /third_party/python/Lib/test/ |
| D | test_winreg.py | 191 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
|
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| D | huffman.c | 179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local
|
| /third_party/node/deps/brotli/c/dec/ |
| D | huffman.c | 179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local
|