Lines Matching defs:state
49 enum { EMPTY = 0, FILLED, DELETED } state;
152 if (current->state == FILLED) {
161 if (current->state == EMPTY)
179 if (entry->state == FILLED) {
186 entry->state = DELETED;
222 entry->state = FILLED;
249 if (entry->state == FILLED) {
272 cache->entries[i].state = EMPTY;
333 if (entry->state == FILLED)
351 assert(header->state == FILLED ||
352 header->state == EMPTY ||
353 header->state == DELETED);
354 if (header->state == FILLED) {