Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Dparseutil.h112 size_t sldns_b32_ntop_calculate_size(size_t src_data_length);
H A Dparseutil.c366 size_t sldns_b32_ntop_calculate_size(size_t src_data_length) in sldns_b32_ntop_calculate_size() function
389 ret_sz = add_padding ? sldns_b32_ntop_calculate_size(src_sz) in sldns_b32_ntop_base()
H A Dwire2str.c1540 sz = sldns_b32_ntop_calculate_size(datalen); in sldns_wire2str_b32_ext_scan()