Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdesktopappinfo.c539 static struct search_result *static_search_results; variable
615 static_search_results = g_renew (struct search_result, in merge_token_results()
616 static_search_results, in merge_token_results()
631 static_search_results[static_search_results_size++] = static_token_results[i]; in merge_token_results()
659 static_search_results[k].app_name < static_token_results[i].app_name) in merge_token_results()
663 static_search_results[k].app_name == static_token_results[i].app_name) in merge_token_results()
670 static_search_results[j].app_name = static_search_results[k].app_name; in merge_token_results()
671 static_search_results[j].category = MAX (static_search_results[k].category, in merge_token_results()
710 static_search_results, in merge_directory_results()