Home | History | Annotate | Download | only in clinic

Lines Matching defs:value_length

901                      Py_ssize_clean_t value_length);
911 Py_ssize_clean_t value_length;
914 clinic_HKEY_converter, &key, &sub_key, &type, &value, &value_length)) {
917 return_value = winreg_SetValue_impl(module, key, sub_key, type, value, value_length);