/third_party/python/Lib/ |
D | socketserver.py | 333 def verify_request(self, request, client_address): argument 341 def process_request(self, request, client_address): argument 358 def finish_request(self, request, client_address): argument 370 def handle_error(self, request, client_address): argument 601 def process_request(self, request, client_address): argument 676 def process_request_thread(self, request, client_address): argument 689 def process_request(self, request, client_address): argument 741 def __init__(self, request, client_address, server): argument
|
/third_party/cef/libcef_dll/ctocpp/ |
D | server_handler_ctocpp.cc | 106 const CefString& client_address, in OnHttpRequest() 139 const CefString& client_address, in OnWebSocketRequest()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | server_handler_cpptoc.cc | 111 const cef_string_t* client_address, in server_handler_on_http_request() 143 const cef_string_t* client_address, in server_handler_on_web_socket_request()
|
/third_party/cef/tests/ceftests/ |
D | test_server.cc | 69 const CefString& client_address, in OnHttpRequest() 76 const CefString& client_address, in OnWebSocketRequest() 241 const CefString& client_address, in NotifyHttpRequest() 362 const CefString& client_address, in NotifyHttpRequest()
|
D | test_server_unittest.cc | 104 const CefString& client_address, in OnHttpRequest()
|
D | server_unittest.cc | 238 const CefString& client_address, in OnHttpRequest() 262 const CefString& client_address, in OnWebSocketRequest() 835 const CefString& client_address, in HandleRequest() 1281 const CefString& client_address, in HandleRequest()
|
D | cors_unittest.cc | 317 const CefString& client_address, in OnHttpRequest()
|
D | cookie_unittest.cc | 1327 const CefString& client_address, in OnHttpRequest()
|
D | urlrequest_unittest.cc | 1341 const CefString& client_address, in OnHttpRequest()
|
/third_party/python/Lib/test/ |
D | test_socketserver.py | 106 def handle_error(self, request, client_address): argument 360 def handle_error(self, request, client_address): argument 488 def verify_request(self, request, client_address): argument
|
D | test_imaplib.py | 220 def handle_error(self, request, client_address): argument 591 def handle_error(self, request, client_address): argument
|
/third_party/cef/tests/cefclient/browser/ |
D | server_test.cc | 90 const CefString& client_address, in OnHttpRequest() 137 const CefString& client_address, in OnWebSocketRequest()
|
/third_party/python/Lib/test/test_asyncio/ |
D | utils.py | 150 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/python/Lib/idlelib/ |
D | run.py | 395 def handle_error(self, request, client_address): argument
|
D | rpc.py | 97 def handle_error(self, request, client_address): argument
|
/third_party/glib/gio/ |
D | gdbusserver.c | 110 gchar *client_address; member
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 1758 uint64_t client_address, in anv_device_import_bo_from_host_ptr() 1854 uint64_t client_address, in anv_device_import_bo()
|
D | anv_device.c | 3549 uint64_t client_address) in anv_vma_alloc() 3657 uint64_t client_address = 0; in anv_AllocateMemory() local
|
/third_party/nghttp2/python/ |
D | nghttp2.pyx | 1133 def client_address(self): member in BaseRequestHandler
|