Lines Matching refs:responses
140 self.responses = {}
309 # this thread does all reading of requests or responses
318 while myseq not in self.responses:
320 response = self.responses[myseq]
323 del self.responses[myseq]
401 and some may be responses for other threads.
416 sequence number is received, and will save other responses in
417 self.responses and notify the owning thread.
465 self.responses[seq] = resq
477 self.responses[key] = ('EOF', None)