Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/
Dsecurity_context.h44 void grpc_auth_property_reset(grpc_auth_property* property);
70 grpc_auth_property_reset(&properties_.array[i]); in ~grpc_auth_context()
Dsecurity_context.cc271 void grpc_auth_property_reset(grpc_auth_property* property) { in grpc_auth_property_reset() function
/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