Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsocketserver.py333 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/
Dserver_handler_ctocpp.cc106 const CefString& client_address, in OnHttpRequest()
139 const CefString& client_address, in OnWebSocketRequest()
/third_party/cef/libcef_dll/cpptoc/
Dserver_handler_cpptoc.cc111 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/
Dtest_server.cc69 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()
Dtest_server_unittest.cc104 const CefString& client_address, in OnHttpRequest()
Dserver_unittest.cc238 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()
Dcors_unittest.cc317 const CefString& client_address, in OnHttpRequest()
Dcookie_unittest.cc1327 const CefString& client_address, in OnHttpRequest()
Durlrequest_unittest.cc1341 const CefString& client_address, in OnHttpRequest()
/third_party/python/Lib/test/
Dtest_socketserver.py106 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
Dtest_imaplib.py220 def handle_error(self, request, client_address): argument
591 def handle_error(self, request, client_address): argument
/third_party/cef/tests/cefclient/browser/
Dserver_test.cc90 const CefString& client_address, in OnHttpRequest()
137 const CefString& client_address, in OnWebSocketRequest()
/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/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/glib/gio/
Dgdbusserver.c110 gchar *client_address; member
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1758 uint64_t client_address, in anv_device_import_bo_from_host_ptr()
1854 uint64_t client_address, in anv_device_import_bo()
Danv_device.c3549 uint64_t client_address) in anv_vma_alloc()
3657 uint64_t client_address = 0; in anv_AllocateMemory() local
/third_party/nghttp2/python/
Dnghttp2.pyx1133 def client_address(self): member in BaseRequestHandler