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.c231 GX_CHAR **list_ptr; in _gx_system_private_string_list_copy() local
235 list_ptr = (GX_CHAR **)*ptr_address; in _gx_system_private_string_list_copy()
281 if (list_ptr) in _gx_system_private_string_list_copy()
283 byte = (GX_UBYTE *)list_ptr; in _gx_system_private_string_list_copy()
291 _gx_system_memory_free((void *)list_ptr); in _gx_system_private_string_list_copy()
294 list_ptr = (GX_CHAR **)_gx_system_memory_allocator(needed_buffer_size); in _gx_system_private_string_list_copy()
300 list_ptr = (GX_CHAR **)_gx_system_memory_allocator(needed_buffer_size); in _gx_system_private_string_list_copy()
303 if (list_ptr) in _gx_system_private_string_list_copy()
305 *ptr_address = (GX_CONST GX_CHAR **)list_ptr; in _gx_system_private_string_list_copy()
306 byte = (GX_UBYTE *)list_ptr; in _gx_system_private_string_list_copy()
[all …]