Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_private_string.c232 GX_CHAR **list_ptr; in _gx_system_private_string_list_copy() local
236 list_ptr = (GX_CHAR **)*ptr_address; in _gx_system_private_string_list_copy()
282 if (list_ptr) in _gx_system_private_string_list_copy()
284 byte = (GX_UBYTE *)list_ptr; in _gx_system_private_string_list_copy()
292 _gx_system_memory_free((void *)list_ptr); in _gx_system_private_string_list_copy()
295 list_ptr = (GX_CHAR **)_gx_system_memory_allocator(needed_buffer_size); in _gx_system_private_string_list_copy()
301 list_ptr = (GX_CHAR **)_gx_system_memory_allocator(needed_buffer_size); in _gx_system_private_string_list_copy()
304 if (list_ptr) in _gx_system_private_string_list_copy()
306 *ptr_address = (GX_CONST GX_CHAR **)list_ptr; in _gx_system_private_string_list_copy()
307 byte = (GX_UBYTE *)list_ptr; in _gx_system_private_string_list_copy()
[all …]