Searched refs:frame_handler (Results 1 – 10 of 10) sorted by relevance
/external/grpc-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 …]
|
/external/grpc-grpc/ |
D | gRPC-Core.podspec | 310 'src/core/tsi/alts/frame_protector/frame_handler.h', 739 'src/core/tsi/alts/frame_protector/frame_handler.cc', 915 'src/core/tsi/alts/frame_protector/frame_handler.h',
|
D | BUILD | 1790 "src/core/tsi/alts/frame_protector/frame_handler.cc", 1803 "src/core/tsi/alts/frame_protector/frame_handler.h",
|
D | gRPC-C++.podspec | 301 'src/core/tsi/alts/frame_protector/frame_handler.h',
|
D | config.m4 | 306 src/core/tsi/alts/frame_protector/frame_handler.cc \
|
D | config.w32 | 281 "src\\core\\tsi\\alts\\frame_protector\\frame_handler.cc " +
|
D | grpc.gemspec | 242 s.files += %w( src/core/tsi/alts/frame_protector/frame_handler.h ) 675 s.files += %w( src/core/tsi/alts/frame_protector/frame_handler.cc )
|
D | grpc.gyp | 498 'src/core/tsi/alts/frame_protector/frame_handler.cc',
|
D | CMakeLists.txt | 1162 src/core/tsi/alts/frame_protector/frame_handler.cc 1597 src/core/tsi/alts/frame_protector/frame_handler.cc
|
/external/grpc-grpc/tools/doxygen/ |
D | Doxyfile.core.internal | 1479 src/core/tsi/alts/frame_protector/frame_handler.cc \ 1480 src/core/tsi/alts/frame_protector/frame_handler.h \
|