Home
last modified time | relevance | path

Searched refs:lmap_entry_list (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dsaveplay.c5634 LiVESList *omlist, *mlist, *lmap_node, *lmap_node_next, *lmap_entry_list, *lmap_entry_list_next; local
5669 lmap_entry_list = lmap_entry->list;
5670 while (lmap_entry_list) {
5671 lmap_entry_list_next = lmap_entry_list->next;
5672 array = lives_strsplit((char *)lmap_entry_list->data, "|", -1);
5676 if (lmap_entry_list->prev) lmap_entry_list->prev->next = lmap_entry_list_next;
5678 if (lmap_entry_list_next) lmap_entry_list_next->prev = lmap_entry_list->prev;
5679 lives_free((livespointer)lmap_entry_list->data);
5680 lives_list_free(lmap_entry_list);
5683 lmap_entry_list = lmap_entry_list_next;