Searched refs:AVAHI_LLIST_REMOVE (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Drlist.c49 AVAHI_LLIST_REMOVE(AvahiRList, rlist, r, n);
60 AVAHI_LLIST_REMOVE(AvahiRList, rlist, r, n);
H A Dllist.h61 #define AVAHI_LLIST_REMOVE(t,name,head,item) do { \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Drrlist.c80 AVAHI_LLIST_REMOVE(AvahiRecordListItem, items, l->read, i);
82 AVAHI_LLIST_REMOVE(AvahiRecordListItem, items, l->unread, i);
116 AVAHI_LLIST_REMOVE(AvahiRecordListItem, items, l->unread, i);
H A Dquery-sched.c114 AVAHI_LLIST_REMOVE(AvahiQueryJob, jobs, s->history, qj);
116 AVAHI_LLIST_REMOVE(AvahiQueryJob, jobs, s->jobs, qj);
144 AVAHI_LLIST_REMOVE(AvahiQueryJob, jobs, s->jobs, qj);
262 AVAHI_LLIST_REMOVE(AvahiKnownAnswer, known_answer, s->known_answers, ka);
H A Dprobe-sched.c93 AVAHI_LLIST_REMOVE(AvahiProbeJob, jobs, s->history, pj);
95 AVAHI_LLIST_REMOVE(AvahiProbeJob, jobs, s->jobs, pj);
123 AVAHI_LLIST_REMOVE(AvahiProbeJob, jobs, s->jobs, pj);
H A Dresponse-sched.c114 AVAHI_LLIST_REMOVE(AvahiResponseJob, jobs, s->jobs, rj);
116 AVAHI_LLIST_REMOVE(AvahiResponseJob, jobs, s->history, rj);
118 AVAHI_LLIST_REMOVE(AvahiResponseJob, jobs, s->suppressed, rj);
146 AVAHI_LLIST_REMOVE(AvahiResponseJob, jobs, s->jobs, rj);
H A Dbrowse-dns-server.c89 AVAHI_LLIST_REMOVE(AvahiDNSServerInfo, info, b->info, i);
317 AVAHI_LLIST_REMOVE(AvahiSDNSServerBrowser, browser, b->server->dns_server_browsers, b);
H A Dhashmap.c77 AVAHI_LLIST_REMOVE(Entry, bucket, m->entries[idx], e);
78 AVAHI_LLIST_REMOVE(Entry, entries, m->entries_list, e);
H A Dbrowse-service-type.c150 AVAHI_LLIST_REMOVE(AvahiSServiceTypeBrowser, browser, b->server->service_type_browsers, b);
H A Dbrowse-service.c161 AVAHI_LLIST_REMOVE(AvahiSServiceBrowser, browser, b->server->service_browsers, b);
H A Dmulticast-lookup.c151 AVAHI_LLIST_REMOVE(AvahiMulticastLookup, by_key, t, l);
157 AVAHI_LLIST_REMOVE(AvahiMulticastLookup, lookups, l->engine->lookups, l);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dini-file-parser.c138 AVAHI_LLIST_REMOVE(AvahiIniFilePair, pairs, g->pairs, p);
144 AVAHI_LLIST_REMOVE(AvahiIniFileGroup, groups, f->groups, g);
H A Ddbus-sync-address-resolver.c43 AVAHI_LLIST_REMOVE(SyncAddressResolverInfo, sync_address_resolvers, i->client->sync_address_resolvers, i);
H A Ddbus-sync-host-name-resolver.c43 AVAHI_LLIST_REMOVE(SyncHostNameResolverInfo, sync_host_name_resolvers, i->client->sync_host_name_resolvers, i);
H A Ddbus-async-address-resolver.c47 AVAHI_LLIST_REMOVE(AsyncAddressResolverInfo, async_address_resolvers, i->client->async_address_resolvers, i);
H A Ddbus-async-host-name-resolver.c46 AVAHI_LLIST_REMOVE(AsyncHostNameResolverInfo, async_host_name_resolvers, i->client->async_host_name_resolvers, i);
H A Ddbus-domain-browser.c47 AVAHI_LLIST_REMOVE(DomainBrowserInfo, domain_browsers, i->client->domain_browsers, i);
H A Ddbus-service-browser.c47 AVAHI_LLIST_REMOVE(ServiceBrowserInfo, service_browsers, i->client->service_browsers, i);
H A Ddbus-service-type-browser.c47 AVAHI_LLIST_REMOVE(ServiceTypeBrowserInfo, service_type_browsers, i->client->service_type_browsers, i);
H A Ddbus-sync-service-resolver.c43 AVAHI_LLIST_REMOVE(SyncServiceResolverInfo, sync_service_resolvers, i->client->sync_service_resolvers, i);
H A Ddbus-async-service-resolver.c47 AVAHI_LLIST_REMOVE(AsyncServiceResolverInfo, async_service_resolvers, i->client->async_service_resolvers, i);
H A Ddbus-record-browser.c46 AVAHI_LLIST_REMOVE(RecordBrowserInfo, record_browsers, i->client->record_browsers, i);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-linux.c169 AVAHI_LLIST_REMOVE(Address, addresses, addresses, i);
329 AVAHI_LLIST_REMOVE(Address, addresses, addresses, a);
H A Diface-bsd.c220 AVAHI_LLIST_REMOVE(Address, addresses, addresses, a);
429 AVAHI_LLIST_REMOVE(Address, addresses, addresses, ap);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dresolver.c336 AVAHI_LLIST_REMOVE(AvahiServiceResolver, service_resolvers, client->service_resolvers, r);
551 AVAHI_LLIST_REMOVE(AvahiHostNameResolver, host_name_resolvers, client->host_name_resolvers, r);
773 AVAHI_LLIST_REMOVE(AvahiAddressResolver, address_resolvers, client->address_resolvers, r);

Completed in 129 milliseconds

12