Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/iterator/
H A Diter_utils.h413 * @param dpname_storage: this is where the dpname buf is stored, if any.
415 * @param dpname_storage_len: size of dpname_storage buffer.
420 uint8_t* dpname_storage, size_t dpname_storage_len);
H A Diter_utils.c1507 uint8_t** retdpname, size_t* retdpnamelen, uint8_t* dpname_storage, in iter_stub_fwd_no_cache()
1553 memmove(dpname_storage, stub->dp->name, in iterator_set_ip46_support()
1555 *retdpname = dpname_storage; in iterator_set_ip46_support()
1582 memmove(dpname_storage, dp->name, dp->namelen); in limit_nsec_ttl()
1583 *retdpname = dpname_storage; in limit_nsec_ttl()
1463 iter_stub_fwd_no_cache(struct module_qstate * qstate,struct query_info * qinf,uint8_t ** retdpname,size_t * retdpnamelen,uint8_t * dpname_storage,size_t dpname_storage_len) iter_stub_fwd_no_cache() argument
H A Diterator.c1374 uint8_t dpname_storage[LDNS_MAX_DOMAINLEN+1]; in processInitRequest() local
1483 dpname_storage, sizeof(dpname_storage))) { in processInitRequest()
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c699 uint8_t dpname_storage[LDNS_MAX_DOMAINLEN+1]; in cachedb_intcache_lookup()
708 &dpname, &dpnamelen, dpname_storage, sizeof(dpname_storage))) in cachedb_intcache_lookup()
697 uint8_t dpname_storage[LDNS_MAX_DOMAINLEN+1]; cachedb_intcache_lookup() local