Searched defs:morebytes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c900 int morebytes; local
906 morebytes = 1;
907 sdr->moreptr = &morebytes;
938 if (!morebytes) {syslog(LOG_WARNING, "dnssdclientstub:Record: CallbackwithError morebytes zero"); return;}
948 // If DNSServiceRefDeallocate was called in the callback, morebytes will be zero. As the sdRef
956 if (!morebytes) {syslog(LOG_WARNING, "dnssdclientstub:sdRef: CallbackwithError morebytes zero sdr %p", sdr); return;}
967 int morebytes = 0; local
1025 if (morebytes
[all...]

Completed in 65 milliseconds