Searched refs:rref (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSDRecord.h152 SetRecordRef( DNSRecordRef rref )
156 m_rref = rref;
H A DDNSSDService.cpp746 DNSRecordRef rref = NULL; local
812 err = DNSServiceRegisterRecord( m_primary, &rref, flags, ifIndex, fullNameUTF8.c_str(), rrtype, rrclass, ( uint16_t ) byteArray.size(), byteArray.size() > 0 ? &byteArray[ 0 ] : NULL, ttl, &RegisterRecordReply, object );
820 object->SetRecordRef( rref );
858 DNSRecordRef rref = NULL; local
914 err = DNSServiceAddRecord( m_primary, &rref, flags, rrtype, ( uint16_t ) byteArray.size(), byteArray.size() > 0 ? &byteArray[ 0 ] : NULL, ttl );
922 object->SetRecordRef( rref );
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_clientstub.c1839 DNSRecordRef rref = NULL; local
1891 rref = malloc(sizeof(DNSRecord));
1892 if (!rref) { free(hdr); return kDNSServiceErr_NoMemory; }
1893 rref->AppContext = context;
1894 rref->AppCallback = callBack;
1895 rref->record_index = sdRef->max_index++;
1896 rref->sdr = sdRef;
1897 rref->recnext = NULL;
1898 *RecordRef = rref;
1901 rref
1926 DNSRecordRef rref; local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dxmath.vim89 syn keyword xmathFunc bpm2inn get_inn max rref
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_parser.c1006 ctf_id_t lref = CTF_ERR, rref = CTF_ERR; local
1058 rref = ctf_type_resolve(rfp,
1062 rref = ctf_type_resolve(rfp, r.ctr_contents);
1074 lref = rref;
1079 rref = lref;
1084 rp_is_void = ctf_type_encoding(rfp, rref, &e) == 0 && IS_VOID(e);
1093 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref));

Completed in 216 milliseconds