Lines Matching defs:last
34 pldm_pdr_record *last;
49 if (record == repo->last) {
68 } else if (repo->last) {
69 curr = repo->last->record_handle;
110 assert(!repo->first == !repo->last);
113 repo->last = record;
115 repo->last->next = record;
116 repo->last = record;
139 repo->last = NULL;
205 if (curr_record == repo->last) {
548 /* Insert after the the last node that matches the input entity type, or
1122 if (repo->last == record) {
1123 repo->last = prev;
1173 if (repo->last == record) {
1174 repo->last = prev;
1207 uint32_t first, uint32_t last)
1216 if (first > curr->record_handle || last < curr->record_handle) {
1491 if (repo->last == record) {
1492 repo->last = new_record;
1517 if (repo->last == record) {
1518 repo->last = new_record;
1994 // This is the last child which is getting removed so we need to delete the Entity Association PDR.
2138 if (repo->last == record) {
2139 repo->last = prev;