Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsocketserver.py334 def verify_request(self, request, client_address): argument
342 def process_request(self, request, client_address): argument
359 def finish_request(self, request, client_address): argument
371 def handle_error(self, request, client_address): argument
609 def process_request(self, request, client_address): argument
684 def process_request_thread(self, request, client_address): argument
697 def process_request(self, request, client_address): argument
749 def __init__(self, request, client_address, server): argument
/third_party/python/Lib/test/
Dtest_socketserver.py108 def handle_error(self, request, client_address): argument
362 def handle_error(self, request, client_address): argument
490 def verify_request(self, request, client_address): argument
Dtest_imaplib.py223 def handle_error(self, request, client_address): argument
594 def handle_error(self, request, client_address): argument
/third_party/python/Lib/test/test_asyncio/
Dutils.py150 def handle_error(self, request, client_address): argument
156 def finish_request(self, request, client_address): argument
244 def handle_error(self, request, client_address): argument
/third_party/json/tools/serve_header/
Dserve_header.py244 def __init__(self, request, client_address, server): argument
/third_party/python/Lib/idlelib/
Drun.py395 def handle_error(self, request, client_address): argument
Drpc.py97 def handle_error(self, request, client_address): argument
/third_party/python/Lib/http/
Dserver.py1309 def finish_request(self, request, client_address): argument
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1839 uint64_t client_address, in anv_device_import_bo_from_host_ptr()
1929 uint64_t client_address, in anv_device_import_bo()
Danv_device.c3717 uint64_t client_address) in anv_vma_alloc()
3826 uint64_t client_address = 0; in anv_AllocateMemory() local