HomeSort by relevance Sort by last modified time
    Searched defs:grpc_chttp2_stream (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
frame.h 29 typedef struct grpc_chttp2_stream grpc_chttp2_stream; typedef in typeref:struct:grpc_chttp2_stream
internal.h 172 grpc_chttp2_stream* head;
173 grpc_chttp2_stream* tail;
177 grpc_chttp2_stream* next;
178 grpc_chttp2_stream* prev;
211 grpc_chttp2_stream* stream, uint32_t frame_size,
252 grpc_chttp2_stream* stream_; // Immutable.
311 /** maps stream id to grpc_chttp2_stream objects */
326 grpc_chttp2_stream** accepting_stream;
421 grpc_chttp2_stream* incoming_stream;
423 grpc_chttp2_stream* s, grpc_slice slice, int is_last)
483 struct grpc_chttp2_stream { struct
    [all...]

Completed in 154 milliseconds