Searched refs:current_buffer_size (Results 1 – 1 of 1) sorted by relevance
77 USHORT current_buffer_size; in _gx_system_private_string_copy() local104 current_buffer_size = *byte++; in _gx_system_private_string_copy()105 current_buffer_size = (USHORT)(current_buffer_size << 8); in _gx_system_private_string_copy()106 current_buffer_size = (USHORT)(current_buffer_size | (*byte++)); in _gx_system_private_string_copy()108 if (current_buffer_size < needed_buffer_size) in _gx_system_private_string_copy()229 USHORT current_buffer_size; in _gx_system_private_string_list_copy() local285 current_buffer_size = *byte++; in _gx_system_private_string_list_copy()286 current_buffer_size = (USHORT)(current_buffer_size << 8); in _gx_system_private_string_list_copy()287 current_buffer_size = (USHORT)(current_buffer_size | (*byte++)); in _gx_system_private_string_list_copy()289 if (current_buffer_size < needed_buffer_size) in _gx_system_private_string_list_copy()[all …]