Lines Matching refs:length
233 UINT length; in _gx_system_private_string_list_copy() local
260 … status = _gx_utility_string_length_check(string_list[index], &length, GX_MAX_STRING_LENGTH); in _gx_system_private_string_list_copy()
267 GX_UTILITY_USHORT_CHECK(length) in _gx_system_private_string_list_copy()
268 GX_UTILITY_MATH_USHORT_ADD(needed_buffer_size, (USHORT)length, needed_buffer_size) in _gx_system_private_string_list_copy()
320 … _gx_utility_string_length_check(string_list[index], &length, GX_MAX_STRING_LENGTH); in _gx_system_private_string_list_copy()
322 … memcpy((VOID *)string_ptr, string_list[index], length + 1); /* Use case of memcpy is verified. */ in _gx_system_private_string_list_copy()
327 length = 0; in _gx_system_private_string_list_copy()
330 string_ptr += length + 1; in _gx_system_private_string_list_copy()
405 UINT length; in _gx_system_private_string_list_copy_ext() local
467 length = string_list[index].gx_string_length; in _gx_system_private_string_list_copy_ext()
470 list_ptr[index].gx_string_length = length; in _gx_system_private_string_list_copy_ext()
474 …memcpy((VOID *)string_ptr, string_list[index].gx_string_ptr, length + 1); /* Use case of memcpy is… in _gx_system_private_string_list_copy_ext()
475 string_ptr += length + 1; in _gx_system_private_string_list_copy_ext()