Searched refs:rdata (Results 51 - 75 of 75) sorted by relevance

123

/external/smack/src/org/xbill/DNS/
H A DRecord.java12 * A record contains a name, type, class, ttl, and rdata.
104 * @param data The rdata of the record, in uncompressed DNS wire format. Only
134 * @param data The complete rdata of the record, in uncompressed DNS wire
275 * Converts the rdata in a Record into canonical DNS uncompressed wire format
291 * Converts the rdata portion of a Record into a String representation
320 String rdata = rrToString();
321 if (!rdata.equals("")) {
323 sb.append(rdata);
440 * @param st A tokenizer containing the textual representation of the rdata.
486 * @param s The textual representation of the rdata
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc410 ReadableFontDataPtr rdata; local
412 rdata.Attach(down_cast<ReadableFontData*>(
416 return new Builder(rdata, CMapFormat::kFormat0, cmap_id);
917 ReadableFontDataPtr rdata; local
919 rdata.Attach
924 return new Builder(rdata, CMapFormat::kFormat4, cmap_id);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc410 ReadableFontDataPtr rdata; local
412 rdata.Attach(down_cast<ReadableFontData*>(
416 return new Builder(rdata, CMapFormat::kFormat0, cmap_id);
917 ReadableFontDataPtr rdata; local
919 rdata.Attach
924 return new Builder(rdata, CMapFormat::kFormat4, cmap_id);
/external/chromium_org/third_party/opus/src/celt/arm/
H A Darm2gnu.pl112 # ".rdata" doesn't work in 'as' version 2.13.2, as it is ".rodata" there.
124 s/^(.+)DATA(.+)READONLY(.*)/ .section .rdata/;
/external/libopus/celt/arm/
H A Darm2gnu.pl86 # ".rdata" doesn't work in 'as' version 2.13.2, as it is ".rodata" there.
98 s/^(.+)DATA(.+)READONLY(.*)/ .section .rdata/;
/external/mdnsresponder/Clients/
H A Ddns-sd.c222 static char bigNULL[8192]; // 8K is maximum rdata we support
680 const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context)
683 const unsigned char *rd = rdata;
684 const unsigned char *end = (const unsigned char *) rdata + rdlen;
754 DNSServiceReconfirmRecord(flags, ifIndex, fullname, rrtype, rrclass, rdlen, rdata);
679 qr_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context) argument
/external/mdnsresponder/mDNSPosix/
H A DNetMonitor.c270 // Should really check that the rdata in the address record matches the source address of this packet
279 AssignDomainName(&entry->hostname, &pktrr->rdata->u.name);
284 RDataBody *rd = &pktrr->rdata->u;
510 RDataBody *rd = &pktrr->rdata->u;
555 GetRRDisplayString_rdb(pktrr, &pktrr->rdata->u, b);
/external/elfutils/0.153/src/
H A Dstrip.c1751 Elf_Data rdata = local
1772 &rdata,
1792 Elf_Data *s = gelf_xlatetof (debugelf, &rdata,
1797 assert (s == &rdata);
/external/openssl/crypto/bn/asm/
H A Dmips3-mont.pl323 .rdata
H A Dmips-mont.pl420 .rdata
H A Dbn-mips.S2 .rdata
H A Dmips.pl105 .rdata
H A Dmips3.s1 .rdata
/external/openssl/crypto/sha/asm/
H A Dsha1-mips.pl350 .rdata
H A Dsha512-mips.pl380 .rdata
H A Dsha1-mips.S1663 .rdata
H A Dsha256-mips.S1977 .rdata
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h403 // For records containing a hostname (in the name on the left, or in the rdata on the right),
764 // LLQ rdata 18 bytes (opt 2, len 2, vers 2, op 2, err 2, id 8, lease 4)
765 // Lease rdata 8 bytes (opt 2, len 2, lease 4)
766 // Owner rdata 12-24 (opt 2, len 2, owner 8-20)
805 // Records received from the network with rdata this size or less have their rdata stored right in the CacheRecord object
806 // Records received from the network with rdata larger than this have additional storage allocated for the rdata
813 // Only 69 records had rdata bigger than 64 bytes
833 // The RDataBody union defines the common rdata type
1104 RData *rdata; // Pointer to storage for this rdata member in struct:__anon26808
[all...]
/external/chromium_org/net/dns/
H A Dmdns_client_unittest.cc373 ptrdomain_ = value->rdata<PtrRecordRdata>()->ptrdomain();
892 *ip_container = arg1->template rdata<ARecordRdata>()->address();
/external/chromium_org/third_party/icu/source/common/
H A Duresbund.cpp825 static UResourceBundle *init_resb_result(const ResourceData *rdata, Resource r, argument
840 const UChar *alias = res_getAlias(rdata, r, &len);
1117 uprv_memmove(&resB->fResData, rdata, sizeof(ResourceData));
/external/icu/icu4c/source/common/
H A Duresbund.cpp825 static UResourceBundle *init_resb_result(const ResourceData *rdata, Resource r, argument
840 const UChar *alias = res_getAlias(rdata, r, &len);
1117 uprv_memmove(&resB->fResData, rdata, sizeof(ResourceData));
/external/jpeg/
H A Dmips_idct_le.S32 # .rdata
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/openssl/crypto/aes/asm/
H A Daes-mips.S1004 .rdata
H A Daes-mips.pl1240 .rdata

Completed in 6784 milliseconds

123