Searched refs:type_sz (Results 1 – 1 of 1) sorted by relevance
136 size_t type_sz; in ldns_rr_new_frm_str_internal() local223 type_sz = strlen(ttl) + 1; in ldns_rr_new_frm_str_internal()224 type = LDNS_XMALLOC(char, type_sz); in ldns_rr_new_frm_str_internal()228 strlcpy(type, ttl, type_sz); in ldns_rr_new_frm_str_internal()246 type_sz = strlen(clas) + 1; in ldns_rr_new_frm_str_internal()247 type = LDNS_XMALLOC(char, type_sz); in ldns_rr_new_frm_str_internal()251 strlcpy(type, clas, type_sz); in ldns_rr_new_frm_str_internal()