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

/freebsd-12-stable/contrib/ldns/ldns/
H A Dutil.h336 INLINE size_t ldns_b32_ntop_calculate_size(size_t src_data_length) function
/freebsd-12-stable/contrib/ldns/
H A Dutil.c501 ret_sz = add_padding ? ldns_b32_ntop_calculate_size(src_sz)
H A Ddnssec.c1064 ldns_b32_ntop_calculate_size(hashed_owner_str_len) + 1);
1072 ldns_b32_ntop_calculate_size(hashed_owner_str_len)+1);
H A Dhost2str.c496 size = ldns_b32_ntop_calculate_size(ldns_rdf_size(rdf) - 1);
1423 size = ldns_b32_ntop_calculate_size(ldns_rdf_size(rdf) - 1);
H A Dstr2host.c620 ldns_b32_ntop_calculate_size(strlen(str)));

Completed in 116 milliseconds