Searched refs:rdlength (Results 1 – 8 of 8) sorted by relevance
/third_party/curl/lib/ |
D | doh.c | 548 unsigned short rdlength, in rdata() argument 561 if(rdlength != 4) in rdata() 568 if(rdlength != 16) in rdata() 608 unsigned short rdlength; in doh_decode() local 671 rdlength = get16bit(doh, index); in doh_decode() 673 if(dohlen < (index + rdlength)) in doh_decode() 676 rc = rdata(doh, dohlen, rdlength, type, index, d); in doh_decode() 679 index += rdlength; in doh_decode() 697 rdlength = get16bit(doh, index); in doh_decode() 699 if(dohlen < (index + rdlength)) in doh_decode() [all …]
|
/third_party/musl/src/network/ |
D | ns_parse.c | 135 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/ |
D | ns_parse.c | 272 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/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 64 uint16_t rdlength; member 72 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 64 uint16_t rdlength; member 72 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
|
/third_party/musl/include/arpa/ |
D | nameser.h | 64 uint16_t rdlength; member 72 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
|
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 64 uint16_t rdlength; member 72 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 64 uint16_t rdlength; member 72 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
|