Searched refs:deframe_state (Results 1 – 3 of 3) sorted by relevance
60 switch (t->deframe_state) { in grpc_chttp2_perform_read()85 while (cur != end && t->deframe_state != GRPC_DTS_FH_0) { in grpc_chttp2_perform_read()86 if (*cur != GRPC_CHTTP2_CLIENT_CONNECT_STRING[t->deframe_state]) { in grpc_chttp2_perform_read()92 GRPC_CHTTP2_CLIENT_CONNECT_STRING[t->deframe_state], in grpc_chttp2_perform_read()94 GRPC_CHTTP2_CLIENT_CONNECT_STRING[t->deframe_state])), in grpc_chttp2_perform_read()95 *cur, static_cast<int>(*cur), t->deframe_state); in grpc_chttp2_perform_read()101 t->deframe_state = static_cast<grpc_chttp2_deframe_transport_state>( in grpc_chttp2_perform_read()102 1 + static_cast<int>(t->deframe_state)); in grpc_chttp2_perform_read()113 t->deframe_state = GRPC_DTS_FH_1; in grpc_chttp2_perform_read()121 t->deframe_state = GRPC_DTS_FH_2; in grpc_chttp2_perform_read()[all …]
410 grpc_chttp2_deframe_transport_state deframe_state; member
481 t->deframe_state = is_client ? GRPC_DTS_FH_0 : GRPC_DTS_CLIENT_PREFIX_0; in init_transport()