Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/
H A Dhost2str.c1486 size_t str_sz = ldns_b64_ntop_calculate_size(sz); in svcparam_ech2buffer_str() local
1489 if (!ldns_buffer_reserve(output, str_sz)) in svcparam_ech2buffer_str()
1493 , (char *)ldns_buffer_current(output), str_sz); in svcparam_ech2buffer_str()