Searched refs:spoolbuf (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 381 struct tcp_req_info* tcp_req_info_create(struct sldns_buffer* spoolbuf);
|
| H A D | listen_dnsport.c | 2137 tcp_req_info_create(struct sldns_buffer* spoolbuf) in tcp_req_info_create() argument 2145 req->spool_buffer = spoolbuf; in tcp_req_info_create()
|
| /src/contrib/unbound/util/ |
| H A D | netevent.h | 650 size_t bufsize, struct sldns_buffer* spoolbuf,
|
| H A D | netevent.c | 198 struct sldns_buffer* spoolbuf, comm_point_callback_type* callback, 5966 struct sldns_buffer* spoolbuf, comm_point_callback_type* callback, argument 6027 if(spoolbuf) { 6028 c->tcp_req_info = tcp_req_info_create(spoolbuf); 6190 struct sldns_buffer* spoolbuf, enum listen_type port_type, argument 6267 c, bufsize, spoolbuf, callback, callback_arg, socket);
|
| /src/contrib/unbound/doc/ |
| H A D | Changelog | 4112 - Fix another spoolbuf storage code point, in prefetch. 4117 - Fix that fixes the Fix that spoolbuf is not used to store tcp 4119 error cases that did not use the correct spoolbuf. 4139 - Fix that spoolbuf is not used to store tcp pipelined response
|