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

/freebsd-10.1-release/contrib/unbound/util/data/
H A Dmsgencode.c361 compress_rdata(sldns_buffer* pkt, uint8_t* rdata, size_t todolen, argument
372 todolen -= 2;
373 while(todolen > 0 && count) {
381 todolen -= dname_len;
396 todolen -= len;
402 if(todolen > 0) {
403 if(sldns_buffer_remaining(pkt) < todolen)
405 sldns_buffer_write(pkt, rdata, todolen);

Completed in 40 milliseconds