Home
last modified time | relevance | path

Searched refs:process_request (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Lib/
Dsocketserver.py316 self.process_request(request, client_address)
341 def process_request(self, request, client_address): member in BaseServer
601 def process_request(self, request, client_address): member in ForkingMixIn
689 def process_request(self, request, client_address): member in ThreadingMixIn
/third_party/cef/libcef_dll/ctocpp/
Dresource_handler_ctocpp.cc67 if (CEF_MEMBER_MISSING(_struct, process_request)) in ProcessRequest()
83 _struct->process_request(_struct, CefRequestCppToC::Wrap(request), in ProcessRequest()
/third_party/boost/libs/beast/example/http/server/small/
Dhttp_server_small.cpp96 self->process_request(); in read_request()
102 process_request() in process_request() function in http_connection
/third_party/cef/include/capi/
Dcef_resource_handler_capi.h127 int(CEF_CALLBACK* process_request)(struct _cef_resource_handler_t* self,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dwps-ap-nfc.py129 response = self.process_request(request)
133 def process_request(self, request): member in HandoverServer
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dwps-ap-nfc.py129 response = self.process_request(request)
133 def process_request(self, request): member in HandoverServer
/third_party/boost/libs/beast/example/http/server/fast/
Dhttp_server_fast.cpp181 process_request(parser_->get()); in read_request()
185 void process_request(http::request<request_body_t, http::basic_fields<alloc_t>> const& req) in process_request() function in http_worker
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dwps-nfc.py158 response = self.process_request(request)
162 def process_request(self, request): member in HandoverServer
Dp2p-nfc.py279 response = self.process_request(request)
283 def process_request(self, request): member in HandoverServer
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dwps-nfc.py158 response = self.process_request(request)
162 def process_request(self, request): member in HandoverServer
Dp2p-nfc.py279 response = self.process_request(request)
283 def process_request(self, request): member in HandoverServer
/third_party/cef/libcef_dll/cpptoc/
Dresource_handler_cpptoc.cc273 GetStruct()->process_request = resource_handler_process_request; in CefResourceHandlerCppToC()
/third_party/python/Lib/urllib/
Drequest.py436 self.process_request = {}
470 lookup = self.process_request
514 for processor in self.process_request.get(protocol, []):
/third_party/python/Doc/library/
Dsocketserver.rst207 :meth:`process_request`. If the user-provided
348 .. method:: process_request(request, client_address)
/third_party/python/Lib/test/
Dtest_logging.py949 return self.process_request
952 def process_request(self): member in TestHTTPServer.__init__.DelegatingHTTPRequestHandler