last_granted      392 include/crm/pengine/status.h     time_t last_granted;
last_granted      847 lib/pengine/unpack.c     const char *last_granted = NULL;
last_granted      887 lib/pengine/unpack.c     last_granted = g_hash_table_lookup(ticket->state, "last-granted");
last_granted      888 lib/pengine/unpack.c     if (last_granted) {
last_granted      889 lib/pengine/unpack.c         ticket->last_granted = crm_parse_int(last_granted, 0);
last_granted      937 lib/pengine/unpack.c     const char *last_granted = NULL;
last_granted      961 lib/pengine/unpack.c             last_granted = value;
last_granted      998 lib/pengine/unpack.c     } else if (last_granted) {
last_granted      999 lib/pengine/unpack.c         ticket->last_granted = crm_parse_int(last_granted, 0);
last_granted     1833 lib/pengine/utils.c         ticket->last_granted = -1;
last_granted     1865 tools/crm_mon.c     if (ticket->last_granted > -1) {
last_granted     1866 tools/crm_mon.c         print_nvpair(stdout, "last-granted", NULL, NULL, ticket->last_granted);
last_granted      128 tools/crm_ticket.c         if (ticket->last_granted > -1) {
last_granted      130 tools/crm_ticket.c             print_date(ticket->last_granted);