Searched refs:current_buffer_size (Results 1 – 1 of 1) sorted by relevance
76 USHORT current_buffer_size; in _gx_system_private_string_copy() local103 current_buffer_size = *byte++; in _gx_system_private_string_copy()104 current_buffer_size = (USHORT)(current_buffer_size << 8); in _gx_system_private_string_copy()105 current_buffer_size = (USHORT)(current_buffer_size | (*byte++)); in _gx_system_private_string_copy()107 if (current_buffer_size < needed_buffer_size) in _gx_system_private_string_copy()228 USHORT current_buffer_size; in _gx_system_private_string_list_copy() local284 current_buffer_size = *byte++; in _gx_system_private_string_list_copy()285 current_buffer_size = (USHORT)(current_buffer_size << 8); in _gx_system_private_string_list_copy()286 current_buffer_size = (USHORT)(current_buffer_size | (*byte++)); in _gx_system_private_string_list_copy()288 if (current_buffer_size < needed_buffer_size) in _gx_system_private_string_list_copy()[all …]