Home
last modified time | relevance | path

Searched defs:sub_key (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A Dhuffman.c179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dhuffman.c179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable() local
/third_party/python/PC/clinic/
H A Dwinreg.c.h223 const Py_UNICODE *sub_key = NULL; in winreg_CreateKey() local
304 const Py_UNICODE *sub_key = NULL; winreg_CreateKeyEx() local
357 const Py_UNICODE *sub_key = NULL; winreg_DeleteKey() local
431 const Py_UNICODE *sub_key = NULL; winreg_DeleteKeyEx() local
727 const Py_UNICODE *sub_key = NULL; winreg_LoadKey() local
808 const Py_UNICODE *sub_key = NULL; winreg_OpenKey() local
865 const Py_UNICODE *sub_key = NULL; winreg_OpenKeyEx() local
956 const Py_UNICODE *sub_key = NULL; winreg_QueryValue() local
1156 const Py_UNICODE *sub_key = NULL; winreg_SetValue() local
[all...]
/third_party/python/PC/
H A Dwinreg.c904 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) in winreg_CreateKey_impl() argument
952 winreg_CreateKeyEx_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, int reserved, REGSAM access) winreg_CreateKeyEx_impl() argument
997 winreg_DeleteKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) winreg_DeleteKey_impl() argument
1042 winreg_DeleteKeyEx_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, REGSAM access, int reserved) winreg_DeleteKeyEx_impl() argument
1353 winreg_LoadKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, const Py_UNICODE *file_name) winreg_LoadKey_impl() argument
1391 winreg_OpenKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, int reserved, REGSAM access) winreg_OpenKey_impl() argument
1427 winreg_OpenKeyEx_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, int reserved, REGSAM access) winreg_OpenKeyEx_impl() argument
1502 winreg_QueryValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key) winreg_QueryValue_impl() argument
1700 winreg_SetValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key, DWORD type, PyObject *value_obj) winreg_SetValue_impl() argument
[all...]

Completed in 4 milliseconds