Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddest.c3567 DNSServiceRef ipps_ref = NULL, /* IPPS browser */ local
3580 AvahiServiceBrowser *ipps_ref = NULL; /* IPPS browser */ local
3739 ipps_ref = data.main_ref;
3740 …if (DNSServiceBrowse(&ipps_ref, kDNSServiceFlagsShareConnection, 0, "_ipps._tcp", NULL, (DNSServic…
3787 …if ((ipps_ref = avahi_service_browser_new(data.client, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, "_ipps…
3948 if (ipps_ref)
3949 DNSServiceRefDeallocate(ipps_ref);
3961 if (ipps_ref)
3962 avahi_service_browser_free(ipps_ref);