23 if (data_set->
tags == NULL) {
27 value = g_hash_table_lookup(data_set->
tags, tag_name);
34 const char *
id = (
const char *) refs->data;
54 if (data_set->
tags == NULL) {
58 value = g_hash_table_lookup(data_set->
tags, tag_name);
67 const char *
id = (
const char *) refs->data;
75 retval = g_list_append(retval, strdup(node->details->uname));
91 retval = g_list_find_custom(rscs, rsc_name, (GCompareFunc) strcmp) != NULL;
92 g_list_free_full(rscs, free);
102 if (unames == NULL) {
106 retval = g_list_find_custom(unames, node_name, (GCompareFunc) strcmp) != NULL;
107 g_list_free_full(unames, free);