Searched refs:hvalue_len (Results 1 – 1 of 1) sorted by relevance
465 int hkey_len = 0, hvalue_len = 0, utf_err = 0; in hv_kvp_convert_usermsg_to_hostmsg() local490 hvalue_len = utf8_to_utf16( in hv_kvp_convert_usermsg_to_hostmsg()495 host_exchg_data->value_size = 2 * (hvalue_len + 1); in hv_kvp_convert_usermsg_to_hostmsg()498 if ((hkey_len < 0) || (hvalue_len < 0)) in hv_kvp_convert_usermsg_to_hostmsg()506 hvalue_len = utf8_to_utf16( in hv_kvp_convert_usermsg_to_hostmsg()512 host_exchg_data->value_size = 2 * (hvalue_len + 1); in hv_kvp_convert_usermsg_to_hostmsg()516 if (hvalue_len < 0) in hv_kvp_convert_usermsg_to_hostmsg()