|
GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>#include <grpc/support/alloc.h>#include <grpc/support/string_util.h>#include <grpc/support/sync.h>#include <grpc/support/time.h>#include <string.h>#include "src/core/ext/transport/inproc/inproc_transport.h"#include "src/core/lib/channel/channel_args.h"#include "src/core/lib/gprpp/manual_constructor.h"#include "src/core/lib/slice/slice_internal.h"#include "src/core/lib/surface/api_trace.h"#include "src/core/lib/surface/channel.h"#include "src/core/lib/surface/channel_stack_type.h"#include "src/core/lib/surface/server.h"#include "src/core/lib/transport/connectivity_state.h"#include "src/core/lib/transport/error_utils.h"#include "src/core/lib/transport/transport_impl.h"Macros | |
| #define | INPROC_LOG(...) |
| #define | STREAM_REF(refs, reason) grpc_stream_ref(refs, reason) |
| #define | STREAM_UNREF(refs, reason) grpc_stream_unref(refs, reason) |
Functions | |
| void | grpc_inproc_transport_init (void) |
| grpc_channel * | grpc_inproc_channel_create (grpc_server *server, grpc_channel_args *args, void *) |
| void | grpc_inproc_transport_shutdown (void) |
| #define INPROC_LOG | ( | ... | ) |
| #define STREAM_REF | ( | refs, | |
| reason | |||
| ) | grpc_stream_ref(refs, reason) |
| #define STREAM_UNREF | ( | refs, | |
| reason | |||
| ) | grpc_stream_unref(refs, reason) |
| grpc_channel* grpc_inproc_channel_create | ( | grpc_server * | server, |
| grpc_channel_args * | args, | ||
| void * | reserved | ||
| ) |
| void grpc_inproc_transport_init | ( | void | ) |
| void grpc_inproc_transport_shutdown | ( | void | ) |