Searched refs:comm_point_tcp_handle_read (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | netevent.c | 4012 comm_point_tcp_handle_read(int fd, struct comm_point* c, int short_ok) function 4553 r = comm_point_tcp_handle_read(fd, c, 0); 4580 if(!comm_point_tcp_handle_read(fd, c, 0)) { 4665 if(!comm_point_tcp_handle_read(fd, c, 0)) { 5721 if(!comm_point_tcp_handle_read(fd, c, 1)) {
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 1865 - Fix to close errno block in comm_point_tcp_handle_read outside of
|