Lines Matching defs:first
64 struct mem_item *first; /* pointer to first item in list, or NULL */
99 item->next = zone->first;
100 zone->first = item;
125 next = zone->first;
128 zone->first = next->next; /* first one is it, remove from list */
164 zone->first = NULL;
210 item = zone->first;
279 is the error code expected from the first inflate() call (the second
528 /* first with inflate */