Searched refs:next_pending (Results 1 – 2 of 2) sorted by relevance
254 PendingCall next_pending = pop_next_pending(); in RequestCallWithPossiblePublish() local255 if (next_pending.rc == nullptr) break; in RequestCallWithPossiblePublish()256 if (!next_pending.calld->MaybeActivate()) { in RequestCallWithPossiblePublish()258 next_pending.calld->KillZombie(); in RequestCallWithPossiblePublish()260 next_pending.calld->Publish(request_queue_index, next_pending.rc); in RequestCallWithPossiblePublish()
280 struct server_request *next_pending; member2026 req->next_pending = port->pending_replies; in evdns_server_request_respond()2027 req->prev_pending->next_pending = in evdns_server_request_respond()2028 req->next_pending->prev_pending = req; in evdns_server_request_respond()2030 req->prev_pending = req->next_pending = req; in evdns_server_request_respond()2103 if (req->next_pending && req->next_pending != req) in server_request_free()2104 req->port->pending_replies = req->next_pending; in server_request_free()2117 if (req->next_pending && req->next_pending != req) { in server_request_free()2118 req->next_pending->prev_pending = req->prev_pending; in server_request_free()2119 req->prev_pending->next_pending = req->next_pending; in server_request_free()