Searched refs:dreq (Results 1 – 1 of 1) sorted by relevance
976 appl_request_downstream_free(struct appl_request_downstream *dreq) in appl_request_downstream_free() argument980 if (dreq == NULL) in appl_request_downstream_free()983 RB_REMOVE(appl_requests, &(dreq->ard_backend->ab_requests), dreq); in appl_request_downstream_free()984 evtimer_del(&(dreq->ard_timer)); in appl_request_downstream_free()986 for (vb = dreq->ard_vblist; vb != NULL; vb = vb->avi_next) { in appl_request_downstream_free()992 appl_request_upstream_resolve(dreq->ard_request); in appl_request_downstream_free()993 free(dreq); in appl_request_downstream_free()1000 struct appl_request_downstream *dreq; in appl_request_upstream_resolve() local1020 dreq = NULL; in appl_request_upstream_resolve()1065 if (dreq == NULL) { in appl_request_upstream_resolve()[all …]