Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/transport/
Dtransport_impl.h35 int (*init_stream)(grpc_transport* self, grpc_stream* stream, member
Dtransport.cc162 return transport->vtable->init_stream(transport, stream, refcount,
/external/u-boot/fs/jffs2/
Dmini_inflate.c25 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/
Dinproc_transport.cc224 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/
Dcronet_transport.cc1357 static int init_stream(grpc_transport* gt, grpc_stream* gs, in init_stream() function
1445 init_stream,
/external/grpc-grpc/doc/core/
Dtransport_explainer.md171 * `init_stream`
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc666 static int init_stream(grpc_transport* gt, grpc_stream* gs, in init_stream() function
3139 init_stream,