Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:max_index

136 	uint32_t          max_index;		// Largest assigned record index - 0 if no additional records registered
395 x->max_index = 0;
462 sdr->max_index = 0;
1668 rref->record_index = sdRef->max_index++;
1733 rref->record_index = sdRef->max_index++;
1800 if (!sdRef->max_index) { syslog(LOG_WARNING, "dnssd_clientstub DNSServiceRemoveRecord called with bad DNSServiceRef"); return kDNSServiceErr_BadReference; }