Searched refs:serviced_callbacks (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/unbound/services/ |
| HD | outside_network.c | 1494 serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c, function 1654 serviced_callbacks(sq, error, c, rep); 1671 serviced_callbacks(sq, NETEVENT_CLOSED, NULL, NULL); 1719 serviced_callbacks(sq, NETEVENT_CLOSED, c, rep); 1736 serviced_callbacks(sq, NETEVENT_CLOSED, c, rep); 1744 serviced_callbacks(sq, NETEVENT_TIMEOUT, c, rep); 1749 serviced_callbacks(sq, error, c, rep); 1771 serviced_callbacks(sq, NETEVENT_CLOSED, c, rep); 1852 serviced_callbacks(sq, error, c, rep);
|