Lines Matching refs:pending_replies
258 struct server_request *pending_replies; member
1455 struct server_request *req = port->pending_replies; in server_port_flush()
1470 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1471 req = port->pending_replies; in server_port_flush()
1743 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2028 if (port->pending_replies) { in evdns_server_request_respond()
2029 req->prev_pending = port->pending_replies->prev_pending; in evdns_server_request_respond()
2030 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2035 port->pending_replies = req; in evdns_server_request_respond()
2055 if (port->pending_replies) in evdns_server_request_respond()
2106 if (req->port->pending_replies == req) { in server_request_free()
2108 req->port->pending_replies = req->next_pending; in server_request_free()
2110 req->port->pending_replies = NULL; in server_request_free()
2144 EVUTIL_ASSERT(!port->pending_replies); in server_port_free()