candidate 20 lib/common/lists.c GList *candidate = NULL; candidate 22 lib/common/lists.c for (candidate = from; candidate != NULL; candidate = candidate->next) { candidate 23 lib/common/lists.c if(cmp(candidate->data, item->data) == 0) { candidate 24 lib/common/lists.c result = g_list_remove(result, candidate->data); candidate 2249 lib/common/xml.c xmlNode *candidate = add_node_copy(new_parent, old_child); candidate 2252 lib/common/xml.c reset_xml_node_flags(candidate); candidate 2255 lib/common/xml.c pcmk__apply_acl(xmlDocGetRootElement(candidate->doc)); candidate 2258 lib/common/xml.c free_xml_with_position(candidate, candidate 365 lib/pacemaker/pcmk_sched_bundle.c compatible_replica_for_node(pe_resource_t *rsc_lh, pe_node_t *candidate, candidate 371 lib/pacemaker/pcmk_sched_bundle.c CRM_CHECK(candidate != NULL, return NULL); candidate 375 lib/pacemaker/pcmk_sched_bundle.c rsc_lh->id, rsc->id, candidate->details->uname); candidate 381 lib/pacemaker/pcmk_sched_bundle.c if (is_child_compatible(replica->container, candidate, filter, current)) { candidate 384 lib/pacemaker/pcmk_sched_bundle.c candidate->details->uname); candidate 2359 lib/pengine/utils.c pe_resource_t *candidate = gIter->data; candidate 2360 lib/pengine/utils.c const char *provides = g_hash_table_lookup(candidate->meta, XML_RSC_ATTR_PROVIDES); candidate 2361 lib/pengine/utils.c const char *requires = g_hash_table_lookup(candidate->meta, XML_RSC_ATTR_REQUIRES); candidate 2363 lib/pengine/utils.c if(candidate->children) { candidate 2364 lib/pengine/utils.c matches = find_unfencing_devices(candidate->children, matches); candidate 2365 lib/pengine/utils.c } else if (!pcmk_is_set(candidate->flags, pe_rsc_fence_device)) { candidate 2369 lib/pengine/utils.c matches = g_list_prepend(matches, candidate);