Searched refs:socket_to_questions_ (Results 1 – 2 of 2) sorted by relevance
217 socket_to_questions_.clear(); in Close()417 auto& ptr_questions = socket_to_questions_[socket].ptr; in StartPtrQuery()467 auto& srv_questions = socket_to_questions_[socket].srv; in StartSrvQuery()505 auto& txt_questions = socket_to_questions_[socket].txt; in StartTxtQuery()543 auto& a_questions = socket_to_questions_[socket].a; in StartAQuery()582 auto& aaaa_questions = socket_to_questions_[socket].aaaa; in StartAaaaQuery()617 auto interface_entry = socket_to_questions_.find(socket); in StopPtrQuery()618 if (interface_entry == socket_to_questions_.end()) in StopPtrQuery()635 auto interface_entry = socket_to_questions_.find(socket); in StopSrvQuery()636 if (interface_entry == socket_to_questions_.end()) in StopSrvQuery()[all …]
140 std::map<UdpSocket*, Questions> socket_to_questions_; variable