Lines Matching refs:pending_replies
254 struct server_request *pending_replies; member
1451 struct server_request *req = port->pending_replies; in server_port_flush()
1466 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1467 req = port->pending_replies; in server_port_flush()
1739 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2024 if (port->pending_replies) { in evdns_server_request_respond()
2025 req->prev_pending = port->pending_replies->prev_pending; in evdns_server_request_respond()
2026 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2031 port->pending_replies = req; in evdns_server_request_respond()
2051 if (port->pending_replies) in evdns_server_request_respond()
2102 if (req->port->pending_replies == req) { in server_request_free()
2104 req->port->pending_replies = req->next_pending; in server_request_free()
2106 req->port->pending_replies = NULL; in server_request_free()
2140 EVUTIL_ASSERT(!port->pending_replies); in server_port_free()