MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / g_hash_table_get_values

Function g_hash_table_get_values

include/portability.h:97–104  ·  view source on GitHub ↗

Since: 2.14 */

Source from the content-addressed store, hash-verified

95
96/* Since: 2.14 */
97static inline GList *
98g_hash_table_get_values(GHashTable * hash_table)
99{
100 GList *values = NULL;
101
102 g_hash_table_foreach(hash_table, g_hash_prepend_value, &values);
103 return values;
104}
105
106static inline gboolean
107g_hash_table_nth_data(gpointer key, gpointer value, gpointer user_data)

Callers 6

dump_node_scores_workerFunction · 0.85
sort_clone_instanceFunction · 0.85
find_compatible_childFunction · 0.85
rsc_known_onFunction · 0.85
native_choose_nodeFunction · 0.85
node_hash_dupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected