Searched refs:AvahiRecordListItem (Results 1 – 1 of 1) sorted by relevance
/external/avahi/avahi-core/ |
D | rrlist.c | 33 typedef struct AvahiRecordListItem AvahiRecordListItem; typedef 35 struct AvahiRecordListItem { struct 41 AVAHI_LLIST_FIELDS(AvahiRecordListItem, items); argument 45 AVAHI_LLIST_HEAD(AvahiRecordListItem, read); 46 AVAHI_LLIST_HEAD(AvahiRecordListItem, unread); 59 AVAHI_LLIST_HEAD_INIT(AvahiRecordListItem, l->read); in avahi_record_list_new() 60 AVAHI_LLIST_HEAD_INIT(AvahiRecordListItem, l->unread); in avahi_record_list_new() 73 static void item_free(AvahiRecordList *l, AvahiRecordListItem *i) { in item_free() 78 AVAHI_LLIST_REMOVE(AvahiRecordListItem, items, l->read, i); in item_free() 80 AVAHI_LLIST_REMOVE(AvahiRecordListItem, items, l->unread, i); in item_free() [all …]
|