/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 185 auto handler = static_cast<ClientHandler *>(conn->data); in servername_callback() local 396 auto handler = static_cast<ClientHandler *>(conn->data); in tls_session_new_cb() local 458 auto handler = static_cast<ClientHandler *>(conn->data); in tls_session_get_cb() local 544 auto handler in ticket_key_cb() local 669 auto handler = static_cast<ClientHandler *>(conn->data); info_callback() local [all...] |
H A D | shrpx_http3_upstream.cc | 63 auto handler = upstream->get_client_handler(); in timeoutcb() local 72 auto handler = upstream->get_client_handler(); in shutdown_timeout_cb() local 83 auto handler = upstream->get_client_handler(); in prepare_cb() local 106 auto handler = static_cast<ClientHandler *>(conn->data); in get_conn() local 112 Http3Upstream::Http3Upstream(ClientHandler *handler) in Http3Upstream() argument 208 auto handler = upstream->get_client_handler(); get_new_connection_id() local 236 auto handler = upstream->get_client_handler(); remove_connection_id() local 2184 auto handler = upstream->get_client_handler(); http_end_request_headers() local [all...] |
H A D | shrpx_http2_upstream.cc | 552 auto handler = upstream->get_client_handler(); in on_frame_recv_callback() local 669 auto handler = upstream->get_client_handler(); in on_frame_send_callback() local 896 auto handler = upstream->get_client_handler(); in settings_timeout_cb() local 909 auto handler = upstream->get_client_handler(); in shutdown_timeout_cb() local 1022 Http2Upstream(ClientHandler *handler) Http2Upstream() argument [all...] |
H A D | shrpx_http2_session.cc | 1100 auto handler = upstream->get_client_handler(); in on_response_headers() local 2232 auto handler = upstream->get_client_handler(); in handle_downstream_push_promise() local
|
H A D | shrpx_client_handler.cc | 69 auto handler = static_cast<ClientHandler *>(conn->data); in timeoutcb() local 81 auto handler = static_cast<ClientHandler *>(w->data); in shutdowncb() local 94 auto handler = static_cast<ClientHandler *>(conn->data); in readcb() local 106 auto handler in writecb() local [all...] |
H A D | HttpServer.cc | 87 void delete_handler(Http2Handler *handler) { in delete_handler() argument 272 add_handler(Http2Handler *handler) add_handler() argument 273 remove_handler(Http2Handler *handler) remove_handler() argument 318 auto handler = accept_connection() local 454 Stream(Http2Handler *handler, int32_t stream_id) Stream() argument 516 auto handler = static_cast<Http2Handler *>(w->data); readcb() local 528 auto handler = static_cast<Http2Handler *>(w->data); writecb() local 1929 auto handler = static_cast<ListenEventHandler *>(w->data); acceptcb() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | symbol.h | 171 int (*handler)(struct stream *, struct token **, struct token *); member
|
/third_party/node/deps/v8/src/execution/ |
H A D | frames.h | 1224 StackHandler* handler() const { handler() function in v8::internal::StackFrameIteratorBase [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-vector.cc | 652 void FeedbackNexus::ConfigureMegaDOM(const MaybeObjectHandle& handler) { in ConfigureMegaDOM() argument 869 void FeedbackNexus::ConfigureHandlerMode(const MaybeObjectHandle& handler) { in ConfigureHandlerMode() argument 1008 ConfigureMonomorphic(Handle<Name> name, Handle<Map> receiver_map, const MaybeObjectHandle& handler) ConfigureMonomorphic() argument 1037 MaybeObjectHandle handler = maps_and_handlers[current].second; ConfigurePolymorphic() local 1072 MaybeObjectHandle handler = config()->NewHandle(maybe_handler); ExtractMapsAndFeedback() local 1093 MaybeObjectHandle handler = config()->NewHandle(maybe_handler); ExtractMapsAndHandlers() local 1212 Handle<Code> handler; GetKeyedAccessStoreMode() local 1456 MaybeObject handler = pair.second; FeedbackIterator() local 1484 MaybeObject handler = polymorphic_feedback_->Get(index_ + kHandlerOffset); AdvancePolymorphic() local [all...] |
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_loader_attic.c | 1199 const FILE_HANDLER *handler = file_handlers[i]; in file_load_try_decode() local [all...] |
/third_party/libcoap/src/ |
H A D | coap_net.c | 4073 coap_register_response_handler(coap_context_t *context, coap_response_handler_t handler) coap_register_response_handler() argument 4084 coap_register_nack_handler(coap_context_t *context, coap_nack_handler_t handler) coap_register_nack_handler() argument 4090 coap_register_ping_handler(coap_context_t *context, coap_ping_handler_t handler) coap_register_ping_handler() argument 4096 coap_register_pong_handler(coap_context_t *context, coap_pong_handler_t handler) coap_register_pong_handler() argument [all...] |
/third_party/openssl/engines/ |
H A D | e_loader_attic.c | 1199 const FILE_HANDLER *handler = file_handlers[i]; in file_load_try_decode() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_threading.py | 1631 def handler(signum, frame): function
|
/third_party/toybox/lib/ |
H A D | lib.c | 906 void sigatexit(void *handler) in sigatexit() argument
|
/third_party/python/Python/ |
H A D | pylifecycle.c | 3024 PyOS_setsig(int sig, PyOS_sighandler_t handler) in PyOS_setsig() argument [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 649 def handler(loop, context): function
|
/third_party/python/Modules/_io/ |
H A D | textio.c | 1014 PyObject *handler = PyCodec_LookupError(name); in io_check_errors() local
|
/third_party/python/Modules/ |
H A D | pyexpat.c | 93 xmlhandler handler; member 146 PyObject *handler = self->handlers[type]; in have_handler() local 992 PyObject *handler = self->handlers[i]; pyexpat_xmlparser_ExternalEntityParserCreate_impl() local [all...] |
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 682 void append(SkShaper::RunHandler* handler, const SkShaper::RunHandler::RunInfo& runInfo, argument 711 void emit(SkUnicode* unicode, const ShapedLine& line, SkShaper::RunHandler* handler) { argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hostapd_cli.c | 1554 int (*handler)(struct wpa_ctrl *ctrl, int argc, char *argv[]); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | hostapd_cli.c | 1513 int (*handler)(struct wpa_ctrl *ctrl, int argc, char *argv[]); member
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 1197 std::shared_ptr<AppExecFwk::EventHandler> handler; in HWTEST_F() local 2910 std::shared_ptr<AppExecFwk::EventHandler> handler = nullptr; in HWTEST_F() local [all...] |
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.cpp | 1520 SetWebServiveWorkerSchemeHandler( const char* scheme, WebSchemeHandler* handler) SetWebServiveWorkerSchemeHandler() argument
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 636 virtual void OnFullScreenEnter(std::shared_ptr<NWebFullScreenExitHandler> handler) {} in OnFullScreenEnter() argument 669 virtual void OnDataResubmission(std::shared_ptr<NWebDataResubmissionCallback> handler) {} in OnDataResubmission() argument 651 OnWindowNewByJS( const std::string& targetUrl, bool isAlert, bool isUserTrigger, std::shared_ptr<NWebControllerHandler> handler) OnWindowNewByJS() argument 821 OnFullScreenEnterWithVideoSize( std::shared_ptr<NWebFullScreenExitHandler> handler, int video_natural_width, int video_natural_height) OnFullScreenEnterWithVideoSize() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 278 void ArkWebNWebImpl::SetNWebHandler(ArkWebRefPtr<ArkWebHandler> handler) in SetNWebHandler() argument
|