Home
last modified time | relevance | path

Searched defs:sub_key (Results 1 - 5 of 5) 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
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_check_boot_bin.c57 sub_key_common *sub_key = (sub_key_common *)sub_key_data; in upg_check_die_id() local
94 sub_ecc_key *sub_key = (sub_ecc_key *)key; in upg_check_boot_subk_attr() local
101 sub_rsa_key *sub_key = (sub_rsa_key *)key; in upg_check_boot_subk_attr() local
139 sub_ecc_key *sub_key = (sub_ecc_key *)subk; upg_check_boot_sub_key() local
157 sub_rsa_key *sub_key = (sub_rsa_key *)subk; upg_check_boot_sub_key() local
391 sub_rsa_key *sub_key = (sub_rsa_key *)key; upg_get_boot_sign_key() local
401 sub_ecc_key *sub_key = (sub_ecc_key *)key; upg_get_boot_sign_key() local
[all...]
/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 5 milliseconds