Searched refs:type_sz (Results 1 – 1 of 1) sorted by relevance
135 size_t type_sz; in ldns_rr_new_frm_str_internal() local222 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()