Searched refs:av_operations_range_list (Results 1 – 1 of 1) sorted by relevance
1740 struct av_operations_range_list { struct1743 struct av_operations_range_list *next; argument1747 struct av_operations_range_list **rangehead) in avrule_sort_operations()1749 struct av_operations_range_list *r, *r2, *sorted, *sortedhead = NULL; in avrule_sort_operations()1753 sorted = malloc(sizeof(struct av_operations_range_list)); in avrule_sort_operations()1756 memcpy(sorted, r, sizeof(struct av_operations_range_list)); in avrule_sort_operations()1795 int avrule_merge_operations(struct av_operations_range_list **rangehead) in avrule_merge_operations()1797 struct av_operations_range_list *r, *tmp; in avrule_merge_operations()1815 int avrule_read_operations(struct av_operations_range_list **rangehead) in avrule_read_operations()1818 struct av_operations_range_list *rnew, *r = NULL; in avrule_read_operations()[all …]