Lines Matching refs:domain
39 # include <avahi-common/domain.h>
114 *domain; /* Domain name */
2656 const char *replyDomain, /* I - Service domain */
2693 const char *domain, /* I - Domain */
2709 DEBUG_printf(("cups_dnssd_browse_cb(..., name=\"%s\", type=\"%s\", domain=\"%s\", ...);", name, type, domain));
2737 cups_dnssd_get_device(data, name, type, domain);
2816 _cupsStrFree(device->domain);
2836 const char *replyDomain) /* I - Domain name */
2864 _cups_strcasecmp(device->domain, replyDomain))
2867 * Update the "global" listing to use the .local domain name instead.
2870 _cupsStrFree(device->domain);
2871 device->domain = _cupsStrAlloc(replyDomain);
2874 "domain.", device->dest.name));
2908 DEBUG_printf(("6cups_dnssd_get_device: Adding '%s' for %s with domain "
2915 device->domain = _cupsStrAlloc(replyDomain);
2972 const char *replyDomain, /* I - Service domain */
3670 *replyDomain; /* Registration domain */