Searched defs:leasechain (Results 1 – 1 of 1) sorted by relevance
1016 struct leasechain { struct1017 struct lease **list; /* lease list */1018 size_t total; /* max number of elements in this list,1020 size_t nelem; /* the number of elements, also the next index to use */1021 size_t growth; /* the growth factor to use when increase an array