Searched refs:spoolbuf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 353 struct tcp_req_info* tcp_req_info_create(struct sldns_buffer* spoolbuf);
|
| H A D | listen_dnsport.c | 1843 tcp_req_info_create(struct sldns_buffer* spoolbuf) in tcp_req_info_create() argument 1851 req->spool_buffer = spoolbuf; in tcp_req_info_create()
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | netevent.h | 557 size_t bufsize, struct sldns_buffer* spoolbuf,
|
| H A D | netevent.c | 164 struct sldns_buffer* spoolbuf, comm_point_callback_type* callback, 3401 struct sldns_buffer* spoolbuf, comm_point_callback_type* callback, argument 3459 if(spoolbuf) { 3460 c->tcp_req_info = tcp_req_info_create(spoolbuf); 3617 struct sldns_buffer* spoolbuf, enum listen_type port_type, argument 3690 c, bufsize, spoolbuf, callback, callback_arg, socket);
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | Changelog | 1933 - Fix another spoolbuf storage code point, in prefetch. 1938 - Fix that fixes the Fix that spoolbuf is not used to store tcp 1940 error cases that did not use the correct spoolbuf. 1960 - Fix that spoolbuf is not used to store tcp pipelined response
|