Searched refs:put_size (Results 1 – 5 of 5) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gx_display_string_table_get.c | 73 …play_string_table_get(GX_DISPLAY *display, GX_UBYTE language, GX_CHAR ***put_table, UINT *put_size) in _gx_display_string_table_get() argument 87 if(put_size) in _gx_display_string_table_get() 89 *put_size = display -> gx_display_string_table_size; in _gx_display_string_table_get() 139 …string_table_get_ext(GX_DISPLAY *display, GX_UBYTE language, GX_STRING **put_table, UINT *put_size) in _gx_display_string_table_get_ext() argument 152 if (put_size) in _gx_display_string_table_get_ext() 154 *put_size = display -> gx_display_string_table_size; in _gx_display_string_table_get_ext()
|
| D | gxe_display_string_table_get.c | 77 …play_string_table_get(GX_DISPLAY *display, GX_UBYTE language, GX_CHAR ***put_table, UINT *put_size) in _gxe_display_string_table_get() argument 96 put_table, put_size); in _gxe_display_string_table_get() 146 …string_table_get_ext(GX_DISPLAY *display, GX_UBYTE language, GX_STRING **put_table, UINT *put_size) in _gxe_display_string_table_get_ext() argument 165 put_table, put_size); in _gxe_display_string_table_get_ext()
|
| D | gx_system_string_table_get.c | 73 UINT _gx_system_string_table_get(GX_UBYTE language, GX_CHAR ***put_table, UINT *put_size) in _gx_system_string_table_get() argument 75 …eturn _gx_display_string_table_get(_gx_system_display_created_list, language, put_table, put_size); in _gx_system_string_table_get()
|
| D | gxe_system_string_table_get.c | 77 UINT _gxe_system_string_table_get(GX_UBYTE language, GX_CHAR ***put_table, UINT *put_size) in _gxe_system_string_table_get() argument 80 put_table, put_size); in _gxe_system_string_table_get()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_system.h | 145 UINT _gx_system_string_table_get(GX_UBYTE langauge, GX_CHAR ***put_table, UINT *put_size);
|