Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc346 size_t max_num_props = 0; in grpc_shallow_peer_from_ssl_auth_context() local
353 while (grpc_auth_property_iterator_next(&it) != nullptr) max_num_props++; in grpc_shallow_peer_from_ssl_auth_context()
355 if (max_num_props > 0) { in grpc_shallow_peer_from_ssl_auth_context()
357 gpr_malloc(max_num_props * sizeof(tsi_peer_property))); in grpc_shallow_peer_from_ssl_auth_context()