Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Dstr2wire.h104 int sldns_str2wire_rr_buf(const char* str, uint8_t* rr, size_t* len,
H A Dstr2wire.c946 int sldns_str2wire_rr_buf(const char* str, uint8_t* rr, size_t* len, in sldns_str2wire_rr_buf() function
1085 int r = sldns_str2wire_rr_buf(line, rr, len, dname_len, in sldns_fp2wire_rr_buf()
/freebsd/contrib/unbound/daemon/
H A Dacl_list.c320 res = sldns_str2wire_rr_buf(buf, rr, &len, NULL, 3600, NULL, 0, in check_data()
334 res = sldns_str2wire_rr_buf(buf, rr, &len, NULL, 3600, in check_data()
H A Dcachedump.c339 status = sldns_str2wire_rr_buf((char*)sldns_buffer_begin(buf), rr, in load_rr()
H A Dremote.c1348 int s = sldns_str2wire_rr_buf(str, rr, &len, &dname_len, 3600, in check_RR_syntax()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c276 int e = sldns_str2wire_rr_buf(str, rr, &len, &dname_len, 3600, in rrstr_get_rr_content()
304 int s = sldns_str2wire_rr_buf(str, rr, &len, &dname_len, 3600, in get_rr_nameclass()
1376 res = sldns_str2wire_rr_buf(buf, rr, &len, NULL, 3600, in local_data_find_tag_datas()
H A Dauthzone.c4616 e=sldns_str2wire_rr_buf((char*)sldns_buffer_begin(buf), rr, &rr_len, in http_zonefile_syntax_check()
4674 e = sldns_str2wire_rr_buf(line, rr, &rr_len, &dname_len, in http_parse_add_rr()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c280 res = sldns_str2wire_rr_buf(buf, rr, &len, NULL, 3600, NULL, in acl_view_tag_checks()
/freebsd/contrib/unbound/validator/
H A Dval_anchor.c403 int status = sldns_str2wire_rr_buf(str, rr, &len, &dname_len, in anchor_store_str()
H A Dautotrust.c488 if(0 != (lstatus = sldns_str2wire_rr_buf(str, rr, &rr_len, &dname_len, in add_trustanchor_frm_str()
/freebsd/contrib/unbound/doc/
H A DChangelog5811 - Fix #820: set sldns_str2wire_rr_buf() dual meaning len parameter