Lines Matching defs:child_ctx
241 dnschild_ctx * child_ctx;
256 child_ctx = dnschild_contexts[idx];
268 gai_req->earliest = max(now, child_ctx->next_dns_timeslot);
269 child_ctx->next_dns_timeslot = gai_req->earliest;
477 dnschild_ctx * child_ctx;
499 child_ctx = dnschild_contexts[gai_req->dns_idx];
508 child_ctx->next_dns_timeslot = time_now;
546 &gai_req->retry, &child_ctx->next_dns_timeslot,
646 dnschild_ctx * child_ctx;
653 child_ctx = dnschild_contexts[idx];
661 gni_req->earliest = max(time_now, child_ctx->next_dns_timeslot);
662 child_ctx->next_dns_timeslot = gni_req->earliest;
810 dnschild_ctx * child_ctx;
822 child_ctx = dnschild_contexts[gni_req->dns_idx];
831 child_ctx->next_dns_timeslot = time_now;
843 &child_ctx->next_dns_timeslot, FALSE);