Lines Matching refs:string_count
224 …string_list_copy(GX_CONST GX_CHAR ***ptr_address, GX_CONST GX_CHAR **string_list, INT string_count) in _gx_system_private_string_list_copy() argument
249 GX_UTILITY_USHORT_CHECK(string_count) in _gx_system_private_string_list_copy()
250 GX_UTILITY_MATH_USHORT_MULT((USHORT)string_count, sizeof(GX_CHAR *), needed_buffer_size) in _gx_system_private_string_list_copy()
256 for (index = 0; index < string_count; index++) in _gx_system_private_string_list_copy()
311 string_ptr = (GX_CHAR *)(byte + ((INT)sizeof(GX_CHAR *)) * string_count); in _gx_system_private_string_list_copy()
313 for (index = 0; index < string_count; index++) in _gx_system_private_string_list_copy()
398 …xt(GX_STRING **ptr_address, USHORT *buffer_size, GX_CONST GX_STRING *string_list, INT string_count) in _gx_system_private_string_list_copy_ext() argument
419 needed_buffer_size = (USHORT)(((INT)sizeof(GX_STRING)) * string_count); in _gx_system_private_string_list_copy_ext()
420 for (index = 0; index < string_count; index++) in _gx_system_private_string_list_copy_ext()
463 string_ptr = (GX_CONST GX_CHAR *)(list_ptr + string_count); in _gx_system_private_string_list_copy_ext()
465 for (index = 0; index < string_count; index++) in _gx_system_private_string_list_copy_ext()