| 
    GRPC C++
    1.30.0
    
   | 
 
#include <grpc/impl/codegen/port_platform.h>#include <grpc/impl/codegen/compression_types.h>#include <grpc/impl/codegen/gpr_types.h>#include <grpc/impl/codegen/slice.h>#include <grpc/impl/codegen/status.h>#include <stddef.h>Go to the source code of this file.
Data Structures | |
| struct | grpc_byte_buffer | 
| union | grpc_byte_buffer::grpc_byte_buffer_data | 
| struct | grpc_byte_buffer::grpc_byte_buffer_data::grpc_compressed_buffer | 
| struct | grpc_arg_pointer_vtable | 
| struct | grpc_arg | 
| A single argument...  More... | |
| union | grpc_arg::grpc_arg_value | 
| struct | grpc_arg::grpc_arg_value::grpc_arg_pointer | 
| struct | grpc_channel_args | 
| An array of arguments that can be passed around.  More... | |
| struct | grpc_metadata | 
| A single metadata element.  More... | |
| struct | grpc_event | 
| The result of an operation.  More... | |
| struct | grpc_metadata_array | 
| struct | grpc_call_details | 
| struct | grpc_op | 
| Operation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments)  More... | |
| union | grpc_op::grpc_op_data | 
| struct | grpc_op::grpc_op_data::grpc_op_send_initial_metadata | 
| struct | grpc_op::grpc_op_data::grpc_op_send_initial_metadata::grpc_op_send_initial_metadata_maybe_compression_level | 
| If is_set, compression_level will be used for the call.  More... | |
| struct | grpc_op::grpc_op_data::grpc_op_send_message | 
| struct | grpc_op::grpc_op_data::grpc_op_send_status_from_server | 
| struct | grpc_op::grpc_op_data::grpc_op_recv_initial_metadata | 
| ownership of the array is with the caller, but ownership of the elements stays with the call object (ie key, value members are owned by the call object, recv_initial_metadata->array is owned by the caller).  More... | |
| struct | grpc_op::grpc_op_data::grpc_op_recv_message | 
| ownership of the byte buffer is moved to the caller; the caller must call grpc_byte_buffer_destroy on this value, or reuse it in a future op.  More... | |
| struct | grpc_op::grpc_op_data::grpc_op_recv_status_on_client | 
| struct | grpc_op::grpc_op_data::grpc_op_recv_close_on_server | 
| struct | grpc_channel_info | 
| Information requested from the channel.  More... | |
| struct | grpc_experimental_completion_queue_functor | 
| EXPERIMENTAL: Specifies an interface class to be used as a tag for callback-based completion queues.  More... | |
| struct | grpc_completion_queue_attributes | 
Macros | |
| #define | GRPC_ARG_ENABLE_CENSUS "grpc.census" | 
| If non-zero, enable census for tracing and stats collection.  More... | |
| #define | GRPC_ARG_ENABLE_LOAD_REPORTING "grpc.loadreporting" | 
| If non-zero, enable load reporting.  More... | |
| #define | GRPC_ARG_MINIMAL_STACK "grpc.minimal_stack" | 
| Request that optional features default to off (regardless of what they usually default to) - to enable tight control over what gets enabled.  More... | |
| #define | GRPC_ARG_MAX_CONCURRENT_STREAMS "grpc.max_concurrent_streams" | 
| Maximum number of concurrent incoming streams to allow on a http2 connection.  More... | |
| #define | GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH "grpc.max_receive_message_length" | 
| Maximum message length that the channel can receive.  More... | |
| #define | GRPC_ARG_MAX_MESSAGE_LENGTH GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH | 
| #define | GRPC_ARG_MAX_SEND_MESSAGE_LENGTH "grpc.max_send_message_length" | 
| Maximum message length that the channel can send.  More... | |
| #define | GRPC_ARG_MAX_CONNECTION_IDLE_MS "grpc.max_connection_idle_ms" | 
| Maximum time that a channel may have no outstanding rpcs, after which the server will close the connection.  More... | |
| #define | GRPC_ARG_MAX_CONNECTION_AGE_MS "grpc.max_connection_age_ms" | 
| Maximum time that a channel may exist.  More... | |
| #define | GRPC_ARG_MAX_CONNECTION_AGE_GRACE_MS "grpc.max_connection_age_grace_ms" | 
| Grace period after the channel reaches its max age.  More... | |
| #define | GRPC_ARG_CLIENT_IDLE_TIMEOUT_MS "grpc.client_idle_timeout_ms" | 
| Timeout after the last RPC finishes on the client channel at which the channel goes back into IDLE state.  More... | |
| #define | GRPC_ARG_ENABLE_PER_MESSAGE_COMPRESSION "grpc.per_message_compression" | 
| Enable/disable support for per-message compression.  More... | |
| #define | GRPC_ARG_ENABLE_PER_MESSAGE_DECOMPRESSION "grpc.per_message_decompression" | 
| Experimental Arg.  More... | |
| #define | GRPC_ARG_ENABLE_DEADLINE_CHECKS "grpc.enable_deadline_checking" | 
| Enable/disable support for deadline checking.  More... | |
| #define | GRPC_ARG_HTTP2_INITIAL_SEQUENCE_NUMBER "grpc.http2.initial_sequence_number" | 
| Initial stream ID for http2 transports.  More... | |
| #define | GRPC_ARG_HTTP2_STREAM_LOOKAHEAD_BYTES "grpc.http2.lookahead_bytes" | 
| Amount to read ahead on individual streams.  More... | |
| #define | GRPC_ARG_HTTP2_HPACK_TABLE_SIZE_DECODER "grpc.http2.hpack_table_size.decoder" | 
| How much memory to use for hpack decoding.  More... | |
| #define | GRPC_ARG_HTTP2_HPACK_TABLE_SIZE_ENCODER "grpc.http2.hpack_table_size.encoder" | 
| How much memory to use for hpack encoding.  More... | |
| #define | GRPC_ARG_HTTP2_MAX_FRAME_SIZE "grpc.http2.max_frame_size" | 
| How big a frame are we willing to receive via HTTP2.  More... | |
| #define | GRPC_ARG_HTTP2_BDP_PROBE "grpc.http2.bdp_probe" | 
| Should BDP probing be performed?  More... | |
| #define | GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS "grpc.http2.min_time_between_pings_ms" | 
| Minimum time between sending successive ping frames without receiving any data/header/window_update frame, Int valued, milliseconds.  More... | |
| #define | GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS "grpc.http2.min_ping_interval_without_data_ms" | 
| Minimum allowed time between a server receiving successive ping frames without sending any data/header/window_update frame.  More... | |
| #define | GRPC_ARG_HTTP2_SCHEME "grpc.http2_scheme" | 
| Channel arg to override the http2 :scheme header.  More... | |
| #define | GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA "grpc.http2.max_pings_without_data" | 
| How many pings can we send before needing to send a data/header/window_update frame? (0 indicates that an infinite number of pings can be sent without sending a data frame or header frame)  More... | |
| #define | GRPC_ARG_HTTP2_MAX_PING_STRIKES "grpc.http2.max_ping_strikes" | 
| How many misbehaving pings the server can bear before sending goaway and closing the transport? (0 indicates that the server can bear an infinite number of misbehaving pings)  More... | |
| #define | GRPC_ARG_HTTP2_WRITE_BUFFER_SIZE "grpc.http2.write_buffer_size" | 
| How much data are we willing to queue up per stream if GRPC_WRITE_BUFFER_HINT is set? This is an upper bound.  More... | |
| #define | GRPC_ARG_HTTP2_ENABLE_TRUE_BINARY "grpc.http2.true_binary" | 
| Should we allow receipt of true-binary data on http2 connections? Defaults to on (1)  More... | |
| #define | GRPC_ARG_KEEPALIVE_TIME_MS "grpc.keepalive_time_ms" | 
| After a duration of this time the client/server pings its peer to see if the transport is still alive.  More... | |
| #define | GRPC_ARG_KEEPALIVE_TIMEOUT_MS "grpc.keepalive_timeout_ms" | 
| After waiting for a duration of this time, if the keepalive ping sender does not receive the ping ack, it will close the transport.  More... | |
| #define | GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS "grpc.keepalive_permit_without_calls" | 
| Is it permissible to send keepalive pings without any outstanding streams.  More... | |
| #define | GRPC_ARG_DEFAULT_AUTHORITY "grpc.default_authority" | 
| Default authority to pass if none specified on call construction.  More... | |
| #define | GRPC_ARG_PRIMARY_USER_AGENT_STRING "grpc.primary_user_agent" | 
| Primary user agent: goes at the start of the user-agent metadata sent on each request.  More... | |
| #define | GRPC_ARG_SECONDARY_USER_AGENT_STRING "grpc.secondary_user_agent" | 
| Secondary user agent: goes at the end of the user-agent metadata sent on each request.  More... | |
| #define | GRPC_ARG_MIN_RECONNECT_BACKOFF_MS "grpc.min_reconnect_backoff_ms" | 
| The minimum time between subsequent connection attempts, in ms.  More... | |
| #define | GRPC_ARG_MAX_RECONNECT_BACKOFF_MS "grpc.max_reconnect_backoff_ms" | 
| The maximum time between subsequent connection attempts, in ms.  More... | |
| #define | GRPC_ARG_INITIAL_RECONNECT_BACKOFF_MS "grpc.initial_reconnect_backoff_ms" | 
| The time between the first and second connection attempts, in ms.  More... | |
| #define | GRPC_ARG_DNS_MIN_TIME_BETWEEN_RESOLUTIONS_MS "grpc.dns_min_time_between_resolutions_ms" | 
| Minimum amount of time between DNS resolutions, in ms.  More... | |
| #define | GRPC_ARG_SERVER_HANDSHAKE_TIMEOUT_MS "grpc.server_handshake_timeout_ms" | 
| The timeout used on servers for finishing handshaking on an incoming connection.  More... | |
| #define | GRPC_SSL_TARGET_NAME_OVERRIDE_ARG "grpc.ssl_target_name_override" | 
| This should be used for testing only.  More... | |
| #define | GRPC_SSL_SESSION_CACHE_ARG "grpc.ssl_session_cache" | 
| If non-zero, a pointer to a session cache (a pointer of type grpc_ssl_session_cache*).  More... | |
| #define | GRPC_ARG_TSI_MAX_FRAME_SIZE "grpc.tsi.max_frame_size" | 
| If non-zero, it will determine the maximum frame size used by TSI's frame protector.  More... | |
| #define | GRPC_ARG_MAX_METADATA_SIZE "grpc.max_metadata_size" | 
| Maximum metadata size, in bytes.  More... | |
| #define | GRPC_ARG_ALLOW_REUSEPORT "grpc.so_reuseport" | 
| If non-zero, allow the use of SO_REUSEPORT if it's available (default 1)  More... | |
| #define | GRPC_ARG_RESOURCE_QUOTA "grpc.resource_quota" | 
| If non-zero, a pointer to a buffer pool (a pointer of type grpc_resource_quota*).  More... | |
| #define | GRPC_ARG_EXPAND_WILDCARD_ADDRS "grpc.expand_wildcard_addrs" | 
| If non-zero, expand wildcard addresses to a list of local addresses.  More... | |
| #define | GRPC_ARG_SERVICE_CONFIG "grpc.service_config" | 
| Service config data in JSON form.  More... | |
| #define | GRPC_ARG_SERVICE_CONFIG_DISABLE_RESOLUTION "grpc.service_config_disable_resolution" | 
| Disable looking up the service config via the name resolver.  More... | |
| #define | GRPC_ARG_LB_POLICY_NAME "grpc.lb_policy_name" | 
| LB policy name.  More... | |
| #define | GRPC_ARG_SOCKET_MUTATOR "grpc.socket_mutator" | 
| The grpc_socket_mutator instance that set the socket options.  More... | |
| #define | GRPC_ARG_SOCKET_FACTORY "grpc.socket_factory" | 
| The grpc_socket_factory instance to create and bind sockets.  More... | |
| #define | GRPC_ARG_MAX_CHANNEL_TRACE_EVENT_MEMORY_PER_NODE "grpc.max_channel_trace_event_memory_per_node" | 
| The maximum amount of memory used by trace events per channel trace node.  More... | |
| #define | GRPC_ARG_ENABLE_CHANNELZ "grpc.enable_channelz" | 
| If non-zero, gRPC library will track stats and information at at per channel level.  More... | |
| #define | GRPC_ARG_USE_CRONET_PACKET_COALESCING "grpc.use_cronet_packet_coalescing" | 
| If non-zero, Cronet transport will coalesce packets to fewer frames when possible.  More... | |
| #define | GRPC_ARG_TCP_READ_CHUNK_SIZE "grpc.experimental.tcp_read_chunk_size" | 
| Channel arg (integer) setting how large a slice to try and read from the wire each time recvmsg (or equivalent) is called.  More... | |
| #define | GRPC_TCP_DEFAULT_READ_SLICE_SIZE 8192 | 
| Note this is not a "channel arg" key.  More... | |
| #define | GRPC_ARG_TCP_MIN_READ_CHUNK_SIZE "grpc.experimental.tcp_min_read_chunk_size" | 
| #define | GRPC_ARG_TCP_MAX_READ_CHUNK_SIZE "grpc.experimental.tcp_max_read_chunk_size" | 
| #define | GRPC_ARG_TCP_TX_ZEROCOPY_ENABLED "grpc.experimental.tcp_tx_zerocopy_enabled" | 
| #define | GRPC_ARG_TCP_TX_ZEROCOPY_SEND_BYTES_THRESHOLD "grpc.experimental.tcp_tx_zerocopy_send_bytes_threshold" | 
| #define | GRPC_ARG_TCP_TX_ZEROCOPY_MAX_SIMULT_SENDS "grpc.experimental.tcp_tx_zerocopy_max_simultaneous_sends" | 
| #define | GRPC_ARG_GRPCLB_CALL_TIMEOUT_MS "grpc.grpclb_call_timeout_ms" | 
| #define | GRPC_ARG_GRPCLB_FALLBACK_TIMEOUT_MS "grpc.grpclb_fallback_timeout_ms" | 
| #define | GRPC_ARG_PRIORITY_FAILOVER_TIMEOUT_MS "grpc.priority_failover_timeout_ms" | 
| #define | GRPC_ARG_XDS_RESOURCE_DOES_NOT_EXIST_TIMEOUT_MS "grpc.xds_resource_does_not_exist_timeout_ms" | 
| #define | GRPC_ARG_WORKAROUND_CRONET_COMPRESSION "grpc.workaround.cronet_compression" | 
| If non-zero, grpc server's cronet compression workaround will be enabled.  More... | |
| #define | GRPC_ARG_OPTIMIZATION_TARGET "grpc.optimization_target" | 
| String defining the optimization target for a channel.  More... | |
| #define | GRPC_ARG_ENABLE_RETRIES "grpc.enable_retries" | 
| If set to zero, disables retry behavior.  More... | |
| #define | GRPC_ARG_PER_RPC_RETRY_BUFFER_SIZE "grpc.per_rpc_retry_buffer_size" | 
| Per-RPC retry buffer size, in bytes.  More... | |
| #define | GRPC_ARG_MOBILE_LOG_CONTEXT "grpc.mobile_log_context" | 
| Channel arg that carries the bridged objective c object for custom metrics logging filter.  More... | |
| #define | GRPC_ARG_DISABLE_CLIENT_AUTHORITY_FILTER "grpc.disable_client_authority_filter" | 
| If non-zero, client authority filter is disabled for the channel.  More... | |
| #define | GRPC_ARG_ENABLE_HTTP_PROXY "grpc.enable_http_proxy" | 
| If set to zero, disables use of http proxies.  More... | |
| #define | GRPC_ARG_HTTP_PROXY "grpc.http_proxy" | 
| Channel arg to set http proxy per channel.  More... | |
| #define | GRPC_ARG_SURFACE_USER_AGENT "grpc.surface_user_agent" | 
| If set to non zero, surfaces the user agent string to the server.  More... | |
| #define | GRPC_ARG_INHIBIT_HEALTH_CHECKING "grpc.inhibit_health_checking" | 
| If set, inhibits health checking (which may be enabled via the service config.)  More... | |
| #define | GRPC_ARG_DNS_ENABLE_SRV_QUERIES "grpc.dns_enable_srv_queries" | 
| If set, the channel's resolver is allowed to query for SRV records.  More... | |
| #define | GRPC_ARG_DNS_ARES_QUERY_TIMEOUT_MS "grpc.dns_ares_query_timeout" | 
| If set, determines an upper bound on the number of milliseconds that the c-ares based DNS resolver will wait on queries before cancelling them.  More... | |
| #define | GRPC_ARG_USE_LOCAL_SUBCHANNEL_POOL "grpc.use_local_subchannel_pool" | 
| If set, uses a local subchannel pool within the channel.  More... | |
| #define | GRPC_ARG_CHANNEL_POOL_DOMAIN "grpc.channel_pooling_domain" | 
| gRPC Objective-C channel pooling domain string.  More... | |
| #define | GRPC_ARG_CHANNEL_ID "grpc.channel_id" | 
| gRPC Objective-C channel pooling id.  More... | |
| #define | GRPC_DEFAULT_MAX_SEND_MESSAGE_LENGTH -1 | 
| Default send/receive message size limits in bytes.  More... | |
| #define | GRPC_DEFAULT_MAX_RECV_MESSAGE_LENGTH (4 * 1024 * 1024) | 
| #define | GRPC_WRITE_BUFFER_HINT (0x00000001u) | 
| Write Flags:  More... | |
| #define | GRPC_WRITE_NO_COMPRESS (0x00000002u) | 
| Force compression to be disabled for a particular write (start_write/add_metadata).  More... | |
| #define | GRPC_WRITE_THROUGH (0x00000004u) | 
| Force this message to be written to the socket before completing it.  More... | |
| #define | GRPC_WRITE_USED_MASK (GRPC_WRITE_BUFFER_HINT | GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_THROUGH) | 
| Mask of all valid flags.  More... | |
| #define | GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST (0x00000010u) | 
| Initial metadata flags.  More... | |
| #define | GRPC_INITIAL_METADATA_WAIT_FOR_READY (0x00000020u) | 
| Signal that the call should not return UNAVAILABLE before it has started.  More... | |
| #define | GRPC_INITIAL_METADATA_CACHEABLE_REQUEST (0x00000040u) | 
| Signal that the call is cacheable.  More... | |
| #define | GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET (0x00000080u) | 
| Signal that GRPC_INITIAL_METADATA_WAIT_FOR_READY was explicitly set by the calling application.  More... | |
| #define | GRPC_INITIAL_METADATA_CORKED (0x00000100u) | 
| Signal that the initial metadata should be corked.  More... | |
| #define | GRPC_INITIAL_METADATA_USED_MASK | 
| Mask of all valid flags.  More... | |
| #define | GRPC_CQ_CURRENT_VERSION 2 | 
| #define | GRPC_CQ_VERSION_MINIMUM_FOR_CALLBACKABLE 2 | 
Typedefs | |
| typedef struct grpc_byte_buffer | grpc_byte_buffer | 
| typedef struct grpc_completion_queue | grpc_completion_queue | 
| Completion Queues enable notification of the completion of asynchronous actions.  More... | |
| typedef struct grpc_alarm | grpc_alarm | 
| An alarm associated with a completion queue.  More... | |
| typedef struct grpc_channel | grpc_channel | 
| The Channel interface allows creation of Call objects.  More... | |
| typedef struct grpc_server | grpc_server | 
| A server listens to some port and responds to request calls.  More... | |
| typedef struct grpc_call | grpc_call | 
| A Call represents an RPC.  More... | |
| typedef struct grpc_socket_mutator | grpc_socket_mutator | 
| The Socket Mutator interface allows changes on socket options.  More... | |
| typedef struct grpc_socket_factory | grpc_socket_factory | 
| The Socket Factory interface creates and binds sockets.  More... | |
| typedef struct grpc_arg_pointer_vtable | grpc_arg_pointer_vtable | 
| typedef enum grpc_call_error | grpc_call_error | 
| Result of a grpc call.  More... | |
| typedef struct grpc_metadata | grpc_metadata | 
| A single metadata element.  More... | |
| typedef enum grpc_completion_type | grpc_completion_type | 
| The type of completion (for grpc_event)  More... | |
| typedef struct grpc_event | grpc_event | 
| The result of an operation.  More... | |
| typedef struct grpc_op | grpc_op | 
| Operation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments)  More... | |
| typedef struct grpc_resource_quota | grpc_resource_quota | 
| typedef struct grpc_experimental_completion_queue_functor | grpc_experimental_completion_queue_functor | 
| EXPERIMENTAL: Specifies an interface class to be used as a tag for callback-based completion queues.  More... | |
| typedef struct grpc_completion_queue_attributes | grpc_completion_queue_attributes | 
| typedef struct grpc_completion_queue_factory | grpc_completion_queue_factory | 
| The completion queue factory structure is opaque to the callers of grpc.  More... | |
| #define GRPC_CQ_CURRENT_VERSION 2 | 
| #define GRPC_CQ_VERSION_MINIMUM_FOR_CALLBACKABLE 2 | 
| #define GRPC_DEFAULT_MAX_RECV_MESSAGE_LENGTH (4 * 1024 * 1024) | 
| #define GRPC_DEFAULT_MAX_SEND_MESSAGE_LENGTH -1 | 
Default send/receive message size limits in bytes.
-1 for unlimited. TODO(roth) Make this match the default receive limit after next release
| #define GRPC_INITIAL_METADATA_CACHEABLE_REQUEST (0x00000040u) | 
Signal that the call is cacheable.
GRPC is free to use GET verb
| #define GRPC_INITIAL_METADATA_CORKED (0x00000100u) | 
Signal that the initial metadata should be corked.
| #define GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST (0x00000010u) | 
Initial metadata flags.
Signal that the call is idempotent
| #define GRPC_INITIAL_METADATA_USED_MASK | 
Mask of all valid flags.
| #define GRPC_INITIAL_METADATA_WAIT_FOR_READY (0x00000020u) | 
Signal that the call should not return UNAVAILABLE before it has started.
| #define GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET (0x00000080u) | 
Signal that GRPC_INITIAL_METADATA_WAIT_FOR_READY was explicitly set by the calling application.
| #define GRPC_WRITE_BUFFER_HINT (0x00000001u) | 
Write Flags:
Hint that the write may be buffered and need not go out on the wire immediately. GRPC is free to buffer the message until the next non-buffered write, or until writes_done, but it need not buffer completely or at all.
| #define GRPC_WRITE_NO_COMPRESS (0x00000002u) | 
Force compression to be disabled for a particular write (start_write/add_metadata).
Illegal on invoke/accept.
| #define GRPC_WRITE_THROUGH (0x00000004u) | 
Force this message to be written to the socket before completing it.
| #define GRPC_WRITE_USED_MASK (GRPC_WRITE_BUFFER_HINT | GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_THROUGH) | 
Mask of all valid flags.
| typedef struct grpc_alarm grpc_alarm | 
An alarm associated with a completion queue.
| typedef struct grpc_arg_pointer_vtable grpc_arg_pointer_vtable | 
| typedef struct grpc_byte_buffer grpc_byte_buffer | 
A Call represents an RPC.
When created, it is in a configuration state allowing properties to be set until it is invoked. After invoke, the Call can have messages written to it and read from it.
| typedef enum grpc_call_error grpc_call_error | 
Result of a grpc call.
If the caller satisfies the prerequisites of a particular operation, the grpc_call_error returned will be GRPC_CALL_OK. Receiving any other value listed here is an indication of a bug in the caller.
| typedef struct grpc_channel grpc_channel | 
The Channel interface allows creation of Call objects.
| typedef struct grpc_completion_queue grpc_completion_queue | 
Completion Queues enable notification of the completion of asynchronous actions.
| typedef struct grpc_completion_queue_attributes grpc_completion_queue_attributes | 
| typedef struct grpc_completion_queue_factory grpc_completion_queue_factory | 
The completion queue factory structure is opaque to the callers of grpc.
| typedef enum grpc_completion_type grpc_completion_type | 
The type of completion (for grpc_event)
| typedef struct grpc_event grpc_event | 
The result of an operation.
Returned by a completion queue when the operation started with tag.
| typedef struct grpc_experimental_completion_queue_functor grpc_experimental_completion_queue_functor | 
EXPERIMENTAL: Specifies an interface class to be used as a tag for callback-based completion queues.
This can be used directly, as the first element of a struct in C, or as a base class in C++. Its "run" value should be assigned to some non-member function, such as a static method.
| typedef struct grpc_metadata grpc_metadata | 
A single metadata element.
Operation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments)
| typedef struct grpc_resource_quota grpc_resource_quota | 
| typedef struct grpc_server grpc_server | 
A server listens to some port and responds to request calls.
| typedef struct grpc_socket_factory grpc_socket_factory | 
The Socket Factory interface creates and binds sockets.
| typedef struct grpc_socket_mutator grpc_socket_mutator | 
The Socket Mutator interface allows changes on socket options.
| enum grpc_arg_type | 
Type specifier for grpc_arg.
| Enumerator | |
|---|---|
| GRPC_ARG_STRING | |
| GRPC_ARG_INTEGER | |
| GRPC_ARG_POINTER | |
| enum grpc_call_error | 
Result of a grpc call.
If the caller satisfies the prerequisites of a particular operation, the grpc_call_error returned will be GRPC_CALL_OK. Receiving any other value listed here is an indication of a bug in the caller.
| enum grpc_completion_type | 
The type of completion (for grpc_event)
| Enumerator | |
|---|---|
| GRPC_QUEUE_SHUTDOWN | Shutting down.  | 
| GRPC_QUEUE_TIMEOUT | No event before timeout.  | 
| GRPC_OP_COMPLETE | Operation completion.  | 
Specifies the type of APIs to use to pop events from the completion queue.
| Enumerator | |
|---|---|
| GRPC_CQ_NEXT | Events are popped out by calling grpc_completion_queue_next() API ONLY.  | 
| GRPC_CQ_PLUCK | Events are popped out by calling grpc_completion_queue_pluck() API ONLY.  | 
| GRPC_CQ_CALLBACK | EXPERIMENTAL: Events trigger a callback specified as the tag.  | 
| enum grpc_cq_polling_type | 
Completion queues internally MAY maintain a set of file descriptors in a structure called 'pollset'.
This enum specifies if a completion queue has an associated pollset and any restrictions on the type of file descriptors that can be present in the pollset.
I/O progress can only be made when grpc_completion_queue_next() or grpc_completion_queue_pluck() are called on the completion queue (unless the grpc_cq_polling_type is GRPC_CQ_NON_POLLING) and hence it is very important to actively call these APIs
| Enumerator | |
|---|---|
| GRPC_CQ_DEFAULT_POLLING | The completion queue will have an associated pollset and there is no restriction on the type of file descriptors the pollset may contain.  | 
| GRPC_CQ_NON_LISTENING | Similar to GRPC_CQ_DEFAULT_POLLING except that the completion queues will not contain any 'listening file descriptors' (i.e file descriptors used to listen to incoming channels)  | 
| GRPC_CQ_NON_POLLING | The completion queue will not have an associated pollset. Note that grpc_completion_queue_next() or grpc_completion_queue_pluck() MUST still be called to pop events from the completion queue; it is not required to call them actively to make I/O progress  | 
| enum grpc_op_type | 
 1.8.16