Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddest.c90 DNSServiceRef main_ref; /* Main service reference */ member
3714 if (DNSServiceCreateConnection(&data.main_ref) != kDNSServiceErr_NoError)
3720 main_fd = DNSServiceRefSockFD(data.main_ref);
3722 ipp_ref = data.main_ref;
3726 DNSServiceRefDeallocate(data.main_ref);
3730 local_ipp_ref = data.main_ref;
3734 DNSServiceRefDeallocate(data.main_ref);
3739 ipps_ref = data.main_ref;
3743 DNSServiceRefDeallocate(data.main_ref);
3747 local_ipps_ref = data.main_ref;
[all …]