Searched refs:dpname_storage (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/iterator/ |
H A D | iter_utils.h | 417 uint8_t* dpname_storage, size_t dpname_storage_len);
|
H A D | iter_utils.c | 1463 uint8_t** retdpname, size_t* retdpnamelen, uint8_t* dpname_storage, in iter_stub_fwd_no_cache() argument 1508 memmove(dpname_storage, stub->dp->name, in iter_stub_fwd_no_cache() 1510 *retdpname = dpname_storage; in iter_stub_fwd_no_cache() 1536 memmove(dpname_storage, dp->name, dp->namelen); in iter_stub_fwd_no_cache() 1537 *retdpname = dpname_storage; in iter_stub_fwd_no_cache()
|
H A D | iterator.c | 1385 uint8_t dpname_storage[LDNS_MAX_DOMAINLEN+1]; in processInitRequest() local 1494 dpname_storage, sizeof(dpname_storage))) { in processInitRequest()
|
/freebsd/contrib/unbound/cachedb/ |
H A D | cachedb.c | 697 uint8_t dpname_storage[LDNS_MAX_DOMAINLEN+1]; in cachedb_intcache_lookup() local 706 &dpname, &dpnamelen, dpname_storage, sizeof(dpname_storage))) in cachedb_intcache_lookup()
|