Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc967 size_t max_num_props = 0; local
974 while (grpc_auth_property_iterator_next(&it) != nullptr) max_num_props++;
976 if (max_num_props > 0) {
978 gpr_malloc(max_num_props * sizeof(tsi_peer_property)));