keys              192 include/crm/pengine/internal.h     GSList *keys;               // Environment variable name/value pairs
keys              445 include/crm/stonith-ng.h void stonith_key_value_freeall(stonith_key_value_t * kvp, int keys, int values);
keys             2223 lib/fencing/st_client.c stonith_key_value_freeall(stonith_key_value_t * head, int keys, int values)
keys             2229 lib/fencing/st_client.c         if (keys) {
keys              198 lib/pacemaker/pcmk_sched_notif.c     for (GSList *item = n_data->keys; item; item = item->next) {
keys              499 lib/pacemaker/pcmk_sched_notif.c          n_data->keys = pcmk_prepend_nvpair(n_data->keys, key, value);  \
keys              503 lib/pacemaker/pcmk_sched_notif.c          n_data->keys = pcmk_prepend_nvpair(n_data->keys, key, value);  \
keys              783 lib/pacemaker/pcmk_sched_notif.c     pcmk_free_nvpairs(n_data->keys);