Lines Matching refs:rref
1858 DNSRecordRef rref = NULL;
1910 rref = malloc(sizeof(DNSRecord));
1911 if (!rref) { free(hdr); return kDNSServiceErr_NoMemory; }
1912 rref->AppContext = context;
1913 rref->AppCallback = callBack;
1914 rref->record_index = sdRef->max_index++;
1915 rref->sdr = sdRef;
1916 rref->recnext = NULL;
1917 *RecordRef = rref;
1920 rref->uid = sdRef->uid;
1921 hdr->reg_index = rref->record_index;
1925 *p = rref;
1945 DNSRecordRef rref;
1977 rref = malloc(sizeof(DNSRecord));
1978 if (!rref) { free(hdr); return kDNSServiceErr_NoMemory; }
1979 rref->AppContext = NULL;
1980 rref->AppCallback = NULL;
1981 rref->record_index = sdRef->max_index++;
1982 rref->sdr = sdRef;
1983 rref->recnext = NULL;
1984 *RecordRef = rref;
1985 hdr->reg_index = rref->record_index;
1989 *p = rref;