matches           469 lib/cluster/membership.c     guint matches = 0;
matches           486 lib/cluster/membership.c     matches = g_hash_table_foreach_remove(pcmk__peer_cache,
matches           488 lib/cluster/membership.c     if (matches > 0) {
matches           492 lib/cluster/membership.c                        matches, pcmk__plural_s(matches), criterion);
matches           496 lib/cluster/membership.c                        matches);
matches           873 lib/cluster/membership.c     int matches = 0;
matches           901 lib/cluster/membership.c             matches++;
matches           905 lib/cluster/membership.c     return matches;
matches           229 lib/common/actions.c match_before(const char *key, size_t position, const char **matches)
matches           231 lib/common/actions.c     for (int i = 0; matches[i] != NULL; ++i) {
matches           232 lib/common/actions.c         const size_t match_len = strlen(matches[i]);
matches           239 lib/common/actions.c                 && (strncmp(key + possible + 1, matches[i], match_len) == 0)) {
matches            68 lib/pengine/pe_actions.c     GList *matches = find_actions(actions, key, node);
matches            71 lib/pengine/pe_actions.c     if (matches == NULL) {
matches            74 lib/pengine/pe_actions.c     CRM_LOG_ASSERT(!pcmk__list_of_multiple(matches));
matches            76 lib/pengine/pe_actions.c     action = matches->data;
matches            77 lib/pengine/pe_actions.c     g_list_free(matches);
matches          1152 lib/pengine/pe_actions.c find_unfencing_devices(GList *candidates, GList *matches) 
matches          1158 lib/pengine/pe_actions.c             matches = find_unfencing_devices(candidate->priv->children,
matches          1159 lib/pengine/pe_actions.c                                              matches);
matches          1165 lib/pengine/pe_actions.c             matches = g_list_prepend(matches, candidate);
matches          1170 lib/pengine/pe_actions.c             matches = g_list_prepend(matches, candidate);
matches          1173 lib/pengine/pe_actions.c     return matches;
matches          1275 lib/pengine/pe_actions.c             GList *matches = find_unfencing_devices(scheduler->priv->resources,
matches          1278 lib/pengine/pe_actions.c             for (GList *gIter = matches; gIter != NULL; gIter = gIter->next) {
matches          1315 lib/pengine/pe_actions.c             g_list_free(matches);
matches           514 lib/pengine/pe_digest.c     bool matches = FALSE;
matches           523 lib/pengine/pe_digest.c         matches = (strstr(node_summary, search_secure) != NULL);
matches           525 lib/pengine/pe_digest.c                   search_secure, matches? "" : "not ", node_summary);
matches           528 lib/pengine/pe_digest.c     return matches;