HomeSort by relevance Sort by last modified time
    Searched refs:deframe_state (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
parsing.cc 60 switch (t->deframe_state) {
85 while (cur != end && t->deframe_state != GRPC_DTS_FH_0) {
86 if (*cur != GRPC_CHTTP2_CLIENT_CONNECT_STRING[t->deframe_state]) {
92 GRPC_CHTTP2_CLIENT_CONNECT_STRING[t->deframe_state],
94 GRPC_CHTTP2_CLIENT_CONNECT_STRING[t->deframe_state])),
95 *cur, static_cast<int>(*cur), t->deframe_state);
101 t->deframe_state = static_cast<grpc_chttp2_deframe_transport_state>(
102 1 + static_cast<int>(t->deframe_state));
113 t->deframe_state = GRPC_DTS_FH_1;
121 t->deframe_state = GRPC_DTS_FH_2
    [all...]
internal.h 410 grpc_chttp2_deframe_transport_state deframe_state; member in struct:grpc_chttp2_transport
chttp2_transport.cc 481 t->deframe_state = is_client ? GRPC_DTS_FH_0 : GRPC_DTS_CLIENT_PREFIX_0;
    [all...]

Completed in 68 milliseconds