Home
last modified time | relevance | path

Searched refs:rdlength (Results 1 – 9 of 9) sorted by relevance

/third_party/curl/lib/
Ddoh.c573 unsigned short rdlength, in rdata() argument
586 if(rdlength != 4) in rdata()
593 if(rdlength != 16) in rdata()
633 unsigned short rdlength; in doh_decode() local
696 rdlength = get16bit(doh, index); in doh_decode()
698 if(dohlen < (index + rdlength)) in doh_decode()
701 rc = rdata(doh, dohlen, rdlength, type, index, d); in doh_decode()
704 index += rdlength; in doh_decode()
722 rdlength = get16bit(doh, index); in doh_decode()
724 if(dohlen < (index + rdlength)) in doh_decode()
[all …]
/third_party/musl/src/network/
Dns_parse.c135 NS_GET16(rr->rdlength, handle->_msg_ptr); in ns_parserr()
136 if (rr->rdlength > handle->_eom - handle->_msg_ptr) goto size; in ns_parserr()
138 handle->_msg_ptr += rr->rdlength; in ns_parserr()
141 rr->rdlength = 0; in ns_parserr()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dns_parse.c272 EXPECT_EQ("ns_parserr_0100", rr.rdlength, 0); in ns_parserr_0100()
282 EXPECT_TRUE("ns_parserr_0100", rr.rdlength > 0); in ns_parserr_0100()
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h64 uint16_t rdlength; member
72 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h64 uint16_t rdlength; member
72 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
/third_party/musl/include/arpa/
Dnameser.h64 uint16_t rdlength; member
72 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h64 uint16_t rdlength; member
72 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h64 uint16_t rdlength; member
72 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
/third_party/glib/gio/
Dgthreadedresolver.c666 guint16 type, qclass, rdlength; in g_resolver_records_from_res_query() local
717 GETSHORT (rdlength, p); in g_resolver_records_from_res_query()
721 p += rdlength; in g_resolver_records_from_res_query()
740 record = parse_res_txt (answer, p + rdlength, &p); in g_resolver_records_from_res_query()