Lines Matching refs:morebytes
1002 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()
1058 …if (!morebytes) { syslog(LOG_WARNING, "dnssd_clientstub:sdRef: CallbackwithError morebytes zero sd… 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()
1201 } while (morebytes); in DNSServiceProcessResult()