From 68f4e0f6abc6bb99ff334542d5b5003edc3e651e Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 5 Aug 2015 08:18:21 -0700 Subject: Initial Doxygen import for core, c++ --- doc/ref/core.internal/html/transport_8c.html | 344 +++++++++++++++++++++++++++ 1 file changed, 344 insertions(+) create mode 100644 doc/ref/core.internal/html/transport_8c.html (limited to 'doc/ref/core.internal/html/transport_8c.html') diff --git a/doc/ref/core.internal/html/transport_8c.html b/doc/ref/core.internal/html/transport_8c.html new file mode 100644 index 0000000000..249cc5a19b --- /dev/null +++ b/doc/ref/core.internal/html/transport_8c.html @@ -0,0 +1,344 @@ + + + + + + +GRPC Core: src/core/transport/transport.c File Reference + + + + + + + + + +
+
+ + + + + + +
+
GRPC Core +  0.10.0.0 +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+ +
+
transport.c File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + +

+Functions

size_t grpc_transport_stream_size (grpc_transport *transport)
 
void grpc_transport_destroy (grpc_transport *transport)
 
int grpc_transport_init_stream (grpc_transport *transport, grpc_stream *stream, const void *server_data, grpc_transport_stream_op *initial_op)
 
void grpc_transport_perform_stream_op (grpc_transport *transport, grpc_stream *stream, grpc_transport_stream_op *op)
 
void grpc_transport_perform_op (grpc_transport *transport, grpc_transport_op *op)
 
void grpc_transport_destroy_stream (grpc_transport *transport, grpc_stream *stream)
 
char * grpc_transport_get_peer (grpc_transport *transport)
 
void grpc_transport_stream_op_finish_with_failure (grpc_transport_stream_op *op)
 
void grpc_transport_stream_op_add_cancellation (grpc_transport_stream_op *op, grpc_status_code status, grpc_mdstr *message)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
void grpc_transport_destroy (grpc_transporttransport)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void grpc_transport_destroy_stream (grpc_transporttransport,
grpc_streamstream 
)
+
+ +
+
+ +
+
+ + + + + + + + +
char* grpc_transport_get_peer (grpc_transporttransport)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
int grpc_transport_init_stream (grpc_transporttransport,
grpc_streamstream,
const void * server_data,
grpc_transport_stream_opinitial_op 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void grpc_transport_perform_op (grpc_transporttransport,
grpc_transport_opop 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void grpc_transport_perform_stream_op (grpc_transporttransport,
grpc_streamstream,
grpc_transport_stream_opop 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void grpc_transport_stream_op_add_cancellation (grpc_transport_stream_opop,
grpc_status_code status,
grpc_mdstrmessage 
)
+
+ +
+
+ +
+
+ + + + + + + + +
void grpc_transport_stream_op_finish_with_failure (grpc_transport_stream_opop)
+
+ +
+
+ +
+
+ + + + + + + + +
size_t grpc_transport_stream_size (grpc_transporttransport)
+
+ +
+
+
+ + + + -- cgit v1.2.3