Home
last modified time | relevance | path

Searched refs:current_buffer_size (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_system_private_string.c77 USHORT current_buffer_size; in _gx_system_private_string_copy() local
104 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() local
285 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 …]