Searched refs:init_stream (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/core/lib/transport/ |
D | transport_impl.h | 35 int (*init_stream)(grpc_transport* self, grpc_stream* stream, member
|
D | transport.cc | 162 return transport->vtable->init_stream(transport, stream, refcount,
|
/external/u-boot/fs/jffs2/ |
D | mini_inflate.c | 25 static void init_stream(struct bitstream *stream, unsigned char *data, in init_stream() function 356 init_stream(&stream, source, inflate_memcpy); in decompress_block()
|
/external/grpc-grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 224 static int init_stream(grpc_transport* gt, grpc_stream* gs, in init_stream() function 1194 sizeof(inproc_stream), "inproc", init_stream,
|
/external/grpc-grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 1357 static int init_stream(grpc_transport* gt, grpc_stream* gs, in init_stream() function 1445 init_stream,
|
/external/grpc-grpc/doc/core/ |
D | transport_explainer.md | 171 * `init_stream`
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 666 static int init_stream(grpc_transport* gt, grpc_stream* gs, in init_stream() function 3139 init_stream,
|