Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc39 static grpc_error* init_data_frame_parser(grpc_chttp2_transport* t);
290 return init_data_frame_parser(t); in init_frame_parser()
342 static grpc_error* init_data_frame_parser(grpc_chttp2_transport* t) { in init_data_frame_parser() function