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.c76 USHORT current_buffer_size; in _gx_system_private_string_copy() local
103 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() local
284 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 …]