Searched refs:interface_entry (Results 1 – 2 of 2) sorted by relevance
453 auto interface_entry = queries_.find(socket); in StopPtrQuery() local454 if (interface_entry == queries_.end()) in StopPtrQuery()456 auto& ptr_queries = interface_entry->second.ptr_queries; in StopPtrQuery()472 auto interface_entry = queries_.find(socket); in StopSrvQuery() local473 if (interface_entry == queries_.end()) in StopSrvQuery()475 auto& srv_queries = interface_entry->second.srv_queries; in StopSrvQuery()487 auto interface_entry = queries_.find(socket); in StopTxtQuery() local488 if (interface_entry == queries_.end()) in StopTxtQuery()490 auto& txt_queries = interface_entry->second.txt_queries; in StopTxtQuery()502 auto interface_entry = queries_.find(socket); in StopAQuery() local[all …]
617 auto interface_entry = socket_to_questions_.find(socket); in StopPtrQuery() local618 if (interface_entry == socket_to_questions_.end()) in StopPtrQuery()620 auto entry = interface_entry->second.ptr.find(service_type); in StopPtrQuery()621 if (entry == interface_entry->second.ptr.end()) in StopPtrQuery()625 interface_entry->second.ptr.erase(entry); in StopPtrQuery()635 auto interface_entry = socket_to_questions_.find(socket); in StopSrvQuery() local636 if (interface_entry == socket_to_questions_.end()) in StopSrvQuery()638 auto entry = interface_entry->second.srv.find(service_instance); in StopSrvQuery()639 if (entry == interface_entry->second.srv.end()) in StopSrvQuery()643 interface_entry->second.srv.erase(entry); in StopSrvQuery()[all …]