Searched refs:lv_with_items (Results 1 – 2 of 2) sorted by relevance
132 l->lv_with_items = count; in list_alloc_with_items()323 if (l->lv_with_items == 0 || item < (listitem_T *)l in list_free_item()324 || item >= (listitem_T *)(l + 1) + l->lv_with_items) in list_free_item()1761 if (l->lv_with_items > 0) in list_remove()
1514 int lv_with_items; // number of items following this struct that member