Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_clientstub.c1002 int morebytes; in CallbackWithError() local
1008 morebytes = 1; in CallbackWithError()
1009 sdr->moreptr = &morebytes; in CallbackWithError()
1040 …if (!morebytes) { syslog(LOG_WARNING, "dnssd_clientstub:Record: CallbackwithError morebytes zero")… in CallbackWithError()
1069 int morebytes = 0; in DNSServiceProcessResult() local
1131 if (morebytes && sdRef->logcounter < 100) in DNSServiceProcessResult()
1183 morebytes = more_bytes(sdRef->sockfd); in DNSServiceProcessResult()
1184 if (morebytes) in DNSServiceProcessResult()
1187 sdRef->moreptr = &morebytes; in DNSServiceProcessResult()
1198 if (morebytes) sdRef->moreptr = NULL; in DNSServiceProcessResult()
[all …]