Lines Matching refs:morebytes
824 int morebytes; in CallbackWithError() local
830 morebytes = 1; in CallbackWithError()
831 sdr->moreptr = &morebytes; in CallbackWithError()
864 …if (!morebytes){syslog(LOG_WARNING, "dnssdclientstub:Record: CallbackwithError morebytes zero"); r… in CallbackWithError()
877 …if (!morebytes){syslog(LOG_WARNING, "dnssdclientstub:sdRef: CallbackwithError morebytes zero"); re… in CallbackWithError()
887 int morebytes = 0; in DNSServiceProcessResult() local
943 if (morebytes && sdRef->logcounter < 100) in DNSServiceProcessResult()
992 morebytes = more_bytes(sdRef->sockfd); in DNSServiceProcessResult()
993 if (morebytes) in DNSServiceProcessResult()
996 sdRef->moreptr = &morebytes; in DNSServiceProcessResult()
1007 if (morebytes) sdRef->moreptr = NULL; in DNSServiceProcessResult()
1010 } while (morebytes); in DNSServiceProcessResult()