Lines Matching defs:head
51 auto head = qlist.head;52 qlist.remove(head);53 head->status = DNSResolverStatus::ERROR;54 head->in_qlist = false;262 auto head = qlist.head;263 qlist.remove(head);264 head->status = status;265 head->in_qlist = false;266 auto cb = head->cb;