Home
last modified time | relevance | path

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

/src/contrib/unbound/ipsecmod/
H A Dipsecmod.c253 char str[65535], *s, *tempstring; in call_hook() local
275 tempstring = sldns_wire2str_dname(qstate->qinfo.qname, in call_hook()
277 if(!tempstring) { in call_hook()
281 if(!domainname_has_safe_characters(tempstring, strlen(tempstring))) { in call_hook()
283 free(tempstring); in call_hook()
286 w += sldns_str_print(&s, &slen, "\"%s\"", tempstring); in call_hook()
287 free(tempstring); in call_hook()
349 tempstring = s; tempstring_len = slen; in call_hook()
355 s = tempstring; slen = tempstring_len; in call_hook()
358 tempstring, tempstring_len - slen)) { in call_hook()