Lines Matching refs:morebytes
817 int morebytes; in CallbackWithError() local
823 morebytes = 1; in CallbackWithError()
824 sdr->moreptr = &morebytes; in CallbackWithError()
857 …if (!morebytes){syslog(LOG_WARNING, "dnssdclientstub:Record: CallbackwithError morebytes zero"); r… in CallbackWithError()
870 …if (!morebytes){syslog(LOG_WARNING, "dnssdclientstub:sdRef: CallbackwithError morebytes zero"); re… in CallbackWithError()
880 int morebytes = 0; in DNSServiceProcessResult() local
936 if (morebytes && sdRef->logcounter < 100) in DNSServiceProcessResult()
985 morebytes = more_bytes(sdRef->sockfd); in DNSServiceProcessResult()
986 if (morebytes) in DNSServiceProcessResult()
989 sdRef->moreptr = &morebytes; in DNSServiceProcessResult()
1000 if (morebytes) sdRef->moreptr = NULL; in DNSServiceProcessResult()
1003 } while (morebytes); in DNSServiceProcessResult()