Searched refs:max_num_props (Results 1 – 2 of 2) sorted by relevance
357 size_t max_num_props = 0; in grpc_shallow_peer_from_ssl_auth_context() local364 while (grpc_auth_property_iterator_next(&it) != nullptr) max_num_props++; in grpc_shallow_peer_from_ssl_auth_context()366 if (max_num_props > 0) { in grpc_shallow_peer_from_ssl_auth_context()368 gpr_malloc(max_num_props * sizeof(tsi_peer_property))); in grpc_shallow_peer_from_ssl_auth_context()
967 size_t max_num_props = 0; local974 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)));