Searched refs:sldns_str_print (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/unbound/sldns/
H A Dwire2str.c397 int sldns_str_print(char** str, size_t* slen, const char* format, ...) function
413 (void)sldns_str_print(s, slen, "%c%c", hex[(buf[i]&0xf0)>>4],
424 w += sldns_str_print(s, slen, "%s", pref);
446 w += sldns_str_print(s, slen, "\n");
447 w += sldns_str_print(s, slen, ";; QUESTION SECTION:\n");
453 w += sldns_str_print(s, slen, "\n");
454 w += sldns_str_print(s, slen, ";; ANSWER SECTION:\n");
459 w += sldns_str_print(s, slen, "\n");
460 w += sldns_str_print(s, slen, ";; AUTHORITY SECTION:\n");
465 w += sldns_str_print(
[all...]
H A Dwire2str.h109 int sldns_str_print(char** str, size_t* slen, const char* format, ...)
/freebsd-current/contrib/unbound/dnstap/
H A Ddnstap_fstrm.c189 (void)sldns_str_print(&str, &slen, "accept");
191 (void)sldns_str_print(&str, &slen, "start");
193 (void)sldns_str_print(&str, &slen, "stop");
195 (void)sldns_str_print(&str, &slen, "ready");
197 (void)sldns_str_print(&str, &slen, "finish");
199 (void)sldns_str_print(&str, &slen, "type%d", (int)frametype);
209 (void)sldns_str_print(&str, &slen, "malformed_field");
214 (void)sldns_str_print(&str, &slen, " content-type(");
218 (void)sldns_str_print(&str, &slen, "%s", tempf);
220 (void)sldns_str_print(
[all...]
/freebsd-current/contrib/unbound/ipsecmod/
H A Dipsecmod.c271 w += sldns_str_print(&s, &slen, "%s", qstate->env->cfg->ipsecmod_hook);
273 w += sldns_str_print(&s, &slen, " ");
286 w += sldns_str_print(&s, &slen, "\"%s\"", tempstring);
289 w += sldns_str_print(&s, &slen, " ");
292 w += sldns_str_print(&s, &slen, "\"%ld\"", (long)rrset_data->ttl);
294 w += sldns_str_print(&s, &slen, " ");
309 w += sldns_str_print(&s, &slen, "\"");
313 w += sldns_str_print(&s, &slen, " ");
333 w += sldns_str_print(&s, &slen, "\"");
335 w += sldns_str_print(
[all...]
/freebsd-current/contrib/unbound/services/
H A Dauthzone.c1662 w += sldns_str_print(&s, &slen, "\t");
1663 w += sldns_str_print(&s, &slen, "%lu\t", (unsigned long)data->rr_ttl[i]);
1665 w += sldns_str_print(&s, &slen, "\t");
1667 w += sldns_str_print(&s, &slen, "\t");
1673 w += sldns_str_print(&s, &slen, " ;{id = %u}",
1677 w += sldns_str_print(&s, &slen, "\n");

Completed in 229 milliseconds