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        2266 lib/common/xml.c     xmlNode *candidate = add_node_copy(new_parent, old_child);
candidate        2269 lib/common/xml.c     reset_xml_node_flags(candidate);
candidate        2272 lib/common/xml.c     pcmk__apply_acl(xmlDocGetRootElement(candidate->doc));
candidate        2275 lib/common/xml.c     free_xml_with_position(candidate,
candidate         369 lib/pacemaker/pcmk_sched_bundle.c compatible_replica_for_node(pe_resource_t *rsc_lh, pe_node_t *candidate,
candidate         375 lib/pacemaker/pcmk_sched_bundle.c     CRM_CHECK(candidate != NULL, return NULL);
candidate         379 lib/pacemaker/pcmk_sched_bundle.c               rsc_lh->id, rsc->id, candidate->details->uname);
candidate         385 lib/pacemaker/pcmk_sched_bundle.c         if (is_child_compatible(replica->container, candidate, filter, current)) {
candidate         388 lib/pacemaker/pcmk_sched_bundle.c                       candidate->details->uname);
candidate        1956 lib/pengine/utils.c         pe_resource_t *candidate = gIter->data;
candidate        1957 lib/pengine/utils.c         const char *provides = g_hash_table_lookup(candidate->meta,
candidate        1959 lib/pengine/utils.c         const char *requires = g_hash_table_lookup(candidate->meta, XML_RSC_ATTR_REQUIRES);
candidate        1961 lib/pengine/utils.c         if(candidate->children) {
candidate        1962 lib/pengine/utils.c             matches = find_unfencing_devices(candidate->children, matches);
candidate        1963 lib/pengine/utils.c         } else if (!pcmk_is_set(candidate->flags, pe_rsc_fence_device)) {
candidate        1967 lib/pengine/utils.c             matches = g_list_prepend(matches, candidate);