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

/freebsd-12-stable/contrib/unbound/libunbound/
H A Dcontext.c313 size_t size_of_uint32s = 6 * sizeof(uint32_t); local
317 *len = size_of_uint32s + pkt_len + wlen;
327 memmove(p+size_of_uint32s, q->res->why_bogus, wlen);
329 memmove(p+size_of_uint32s+wlen,
338 size_t size_of_uint32s = 6 * sizeof(uint32_t); local
342 if(len < size_of_uint32s) return NULL;
351 if(len > size_of_uint32s && wlen > 0) {
352 if(len >= size_of_uint32s+wlen)
354 p+size_of_uint32s, wlen);
363 if(len > size_of_uint32s
[all...]

Completed in 115 milliseconds