Searched refs:spoolbuf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 304 struct tcp_req_info* tcp_req_info_create(struct sldns_buffer* spoolbuf);
|
| H A D | listen_dnsport.c | 1540 tcp_req_info_create(struct sldns_buffer* spoolbuf) in tcp_req_info_create() argument 1548 req->spool_buffer = spoolbuf; in tcp_req_info_create()
|
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | netevent.h | 472 size_t bufsize, struct sldns_buffer* spoolbuf,
|
| H A D | netevent.c | 154 struct sldns_buffer* spoolbuf, comm_point_callback_type* callback, 2655 struct sldns_buffer* spoolbuf, comm_point_callback_type* callback, argument 2712 if(spoolbuf) { 2713 c->tcp_req_info = tcp_req_info_create(spoolbuf); 2750 struct sldns_buffer* spoolbuf, comm_point_callback_type* callback, argument 2818 c, bufsize, spoolbuf, callback, callback_arg);
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | Changelog | 516 - Fix another spoolbuf storage code point, in prefetch. 521 - Fix that fixes the Fix that spoolbuf is not used to store tcp 523 error cases that did not use the correct spoolbuf. 543 - Fix that spoolbuf is not used to store tcp pipelined response
|