Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Dparseutil.h93 size_t sldns_b64_ntop_calculate_size(size_t srcsize);
H A Dparseutil.c650 size_t sldns_b64_ntop_calculate_size(size_t srcsize) in sldns_b64_ntop_calculate_size() function
677 if(targsize < sldns_b64_ntop_calculate_size(srclength)) in sldns_b64_ntop_base()
H A Dwire2str.c1558 size_t sz = sldns_b64_ntop_calculate_size(num)-1; in sldns_wire2str_b64_scan_num()