Searched refs:max_length (Results 1 – 2 of 2) sorted by relevance
72 UINT _fx_utility_string_length_get(CHAR *string, UINT max_length) in _fx_utility_string_length_get() argument81 while (string[length] && (length < max_length)) in _fx_utility_string_length_get()
75 UINT _fx_utility_string_length_get(CHAR *string, UINT max_length);