Home
last modified time | relevance | path

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

/curl/lib/
H A Ddoh.c652 if(rdlength != 4) in rdata()
659 if(rdlength != 16) in rdata()
706 unsigned short rdlength; in doh_decode() local
769 rdlength = get16bit(doh, index); in doh_decode()
771 if(dohlen < (index + rdlength)) in doh_decode()
777 index += rdlength; in doh_decode()
795 rdlength = get16bit(doh, index); in doh_decode()
797 if(dohlen < (index + rdlength)) in doh_decode()
799 index += rdlength; in doh_decode()
819 if(dohlen < (index + rdlength)) in doh_decode()
[all …]

Completed in 8 milliseconds