Home
last modified time | relevance | path

Searched defs:client_address (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DSocketServer.py296 def verify_request(self, request, client_address): argument
304 def process_request(self, request, client_address): argument
321 def finish_request(self, request, client_address): argument
333 def handle_error(self, request, client_address): argument
542 def process_request(self, request, client_address): argument
575 def process_request_thread(self, request, client_address): argument
588 def process_request(self, request, client_address): argument
633 def __init__(self, request, client_address, server): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DSocketServer.py307 def verify_request(self, request, client_address): argument
315 def process_request(self, request, client_address): argument
332 def finish_request(self, request, client_address): argument
344 def handle_error(self, request, client_address): argument
559 def process_request(self, request, client_address): argument
592 def process_request_thread(self, request, client_address): argument
605 def process_request(self, request, client_address): argument
649 def __init__(self, request, client_address, server): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_socketserver.py111 def handle_error(self, request, client_address): argument
Dtest_imaplib.py108 def handle_error(self, request, client_address): argument