Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/
HDrr.c135 size_t type_sz; in ldns_rr_new_frm_str_internal() local
222 type_sz = strlen(ttl) + 1; in ldns_rr_new_frm_str_internal()
223 type = LDNS_XMALLOC(char, type_sz); in ldns_rr_new_frm_str_internal()
227 strlcpy(type, ttl, type_sz); in ldns_rr_new_frm_str_internal()
245 type_sz = strlen(clas) + 1; in ldns_rr_new_frm_str_internal()
246 type = LDNS_XMALLOC(char, type_sz); in ldns_rr_new_frm_str_internal()
250 strlcpy(type, clas, type_sz); in ldns_rr_new_frm_str_internal()