Home
last modified time | relevance | path

Searched refs:collect_incoming_data (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dasynchat.py81 def collect_incoming_data(self, data): member in async_chat
127 self.collect_incoming_data (self.ac_in_buffer)
133 self.collect_incoming_data (self.ac_in_buffer)
137 self.collect_incoming_data (self.ac_in_buffer[:n])
155 self.collect_incoming_data (self.ac_in_buffer[:index])
165 self.collect_incoming_data (self.ac_in_buffer[:-index])
170 self.collect_incoming_data (self.ac_in_buffer)
Dsmtpd.py139 def collect_incoming_data(self, data): member in SMTPChannel
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_asynchat.py81 def collect_incoming_data(self, data): member in echo_client
Dtest_poplib.py41 def collect_incoming_data(self, data): member in DummyPOP3Handler
Dtest_ftplib.py70 def collect_incoming_data(self, data): member in DummyFTPHandler