Searched refs:menu_length (Results 1 – 1 of 1) sorted by relevance
124 guint8 menu_length; in handle_application_info_reply() local128 menu_length = buffer[5]; in handle_application_info_reply()129 menu_length = MIN (menu_length, 255); in handle_application_info_reply()130 memcpy (menu, buffer + 6, menu_length); in handle_application_info_reply()131 menu[menu_length] = 0; in handle_application_info_reply()