GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>
#include "src/core/lib/security/credentials/credentials.h"
#include <grpc/support/alloc.h>
#include <string.h>
#include "src/core/lib/slice/slice_internal.h"
Functions | |
void | grpc_credentials_mdelem_array_add (grpc_credentials_mdelem_array *list, grpc_mdelem md) |
Takes a new ref to md. More... | |
void | grpc_credentials_mdelem_array_append (grpc_credentials_mdelem_array *dst, grpc_credentials_mdelem_array *src) |
Appends all elements from src to dst, taking a new ref to each one. More... | |
void | grpc_credentials_mdelem_array_destroy (grpc_credentials_mdelem_array *list) |
void grpc_credentials_mdelem_array_add | ( | grpc_credentials_mdelem_array * | list, |
grpc_mdelem | md | ||
) |
Takes a new ref to md.
void grpc_credentials_mdelem_array_append | ( | grpc_credentials_mdelem_array * | dst, |
grpc_credentials_mdelem_array * | src | ||
) |
Appends all elements from src to dst, taking a new ref to each one.
void grpc_credentials_mdelem_array_destroy | ( | grpc_credentials_mdelem_array * | list | ) |