Home
last modified time | relevance | path

Searched refs:grpc_auth_property_reset (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.h72 void grpc_auth_property_reset(grpc_auth_property* property);
Dsecurity_context.cc172 grpc_auth_property_reset(&ctx->properties.array[i]);
303 void grpc_auth_property_reset(grpc_auth_property* property) { function