Searched refs:frame_handler (Results 1 – 16 of 16) sorted by relevance
/third_party/grpc/test/core/tsi/alts/frame_protector/ |
D | frame_handler_test.cc | 32 typedef struct frame_handler { struct 37 } frame_handler; argument 43 static frame_handler* create_frame_handler() { in create_frame_handler() 44 frame_handler* handler = in create_frame_handler() 45 static_cast<frame_handler*>(gpr_malloc(sizeof(frame_handler))); in create_frame_handler() 53 static void destroy_frame_handler(frame_handler* handler) { in destroy_frame_handler() 62 static void frame(frame_handler* handler, unsigned char* payload, in frame() 80 static size_t deframe(frame_handler* handler, unsigned char* bytes, in deframe() 96 static void frame_n_deframe(frame_handler* handler, unsigned char* payload, in frame_n_deframe() 111 frame_handler* handler = create_frame_handler(); in frame_handler_test_frame_deframe() [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
D | session.c | 901 if(session->frame_handler != &spdyf_handler_read_data) in SPDYF_session_read() 1207 session->frame_handler = &spdyf_handler_read_syn_stream; in SPDYF_session_idle() 1210 session->frame_handler = &spdyf_handler_read_goaway; in SPDYF_session_idle() 1213 session->frame_handler = &spdyf_handler_read_rst_stream; in SPDYF_session_idle() 1216 session->frame_handler = &SPDYF_handler_ignore_frame; in SPDYF_session_idle() 1239 session->frame_handler = &spdyf_handler_read_data; in SPDYF_session_idle() 1267 if(NULL!=session->frame_handler) in SPDYF_session_idle() 1272 session->frame_handler(session); in SPDYF_session_idle() 1277 if(session->frame_handler != &spdyf_handler_read_data) in SPDYF_session_idle() 1340 if(NULL!=session->frame_handler) in SPDYF_session_idle() [all …]
|
D | stream.c | 61 session->frame_handler = &SPDYF_handler_ignore_frame; in SPDYF_stream_new() 68 session->frame_handler = &SPDYF_handler_ignore_frame; in SPDYF_stream_new()
|
D | structures.h | 680 void (*frame_handler) (struct SPDY_Session * session); member
|
/third_party/cef/libcef/browser/ |
D | browser_info.cc | 356 CefRefPtr<CefFrameHandler> frame_handler; in MaybeExecuteFrameNotification() local 371 frame_handler = frame_handler_; in MaybeExecuteFrameNotification() 375 std::move(pending_action).Run(frame_handler); in MaybeExecuteFrameNotification()
|
/third_party/weston/clients/ |
D | touch-calibrator.c | 680 frame_handler(void *data, struct weston_touch_calibrator *interface) in frame_handler() function 729 frame_handler,
|
/third_party/grpc/ |
D | gRPC-Core.podspec | 997 'src/core/tsi/alts/frame_protector/frame_handler.cc', 998 'src/core/tsi/alts/frame_protector/frame_handler.h', 1473 'src/core/tsi/alts/frame_protector/frame_handler.h',
|
D | gRPC-C++.podspec | 590 'src/core/tsi/alts/frame_protector/frame_handler.h', 1077 'src/core/tsi/alts/frame_protector/frame_handler.h',
|
D | BUILD | 2066 "src/core/tsi/alts/frame_protector/frame_handler.cc", 2079 "src/core/tsi/alts/frame_protector/frame_handler.h",
|
D | BUILD.gn | 1184 "src/core/tsi/alts/frame_protector/frame_handler.cc", 1185 "src/core/tsi/alts/frame_protector/frame_handler.h",
|
D | config.m4 | 481 src/core/tsi/alts/frame_protector/frame_handler.cc \
|
D | config.w32 | 449 "src\\core\\tsi\\alts\\frame_protector\\frame_handler.cc " +
|
D | grpc.gyp | 837 'src/core/tsi/alts/frame_protector/frame_handler.cc',
|
D | CMakeLists.txt | 1733 src/core/tsi/alts/frame_protector/frame_handler.cc
|
/third_party/grpc/tools/doxygen/ |
D | Doxyfile.c++.internal | 1876 src/core/tsi/alts/frame_protector/frame_handler.cc \ 1877 src/core/tsi/alts/frame_protector/frame_handler.h \
|
D | Doxyfile.core.internal | 1698 src/core/tsi/alts/frame_protector/frame_handler.cc \ 1699 src/core/tsi/alts/frame_protector/frame_handler.h \
|