Searched refs:ptr_entry (Results 1 – 1 of 1) sorted by relevance
/external/avahi/avahi-core/ |
D | entry.c | 585 AvahiEntry *srv_entry = NULL, *txt_entry = NULL, *ptr_entry = NULL, *enum_entry = NULL; in server_add_service_strlst_nocopy() local 626 …if (!(ptr_entry = server_add_ptr_internal(s, g, interface, protocol, 0, AVAHI_DEFAULT_TTL, ptr_nam… in server_add_service_strlst_nocopy() 677 if (ptr_entry) in server_add_service_strlst_nocopy() 678 avahi_entry_free(s, ptr_entry); in server_add_service_strlst_nocopy()
|