Searched refs:new_property_count (Results 1 – 3 of 3) sorted by relevance
114 size_t new_property_count = peer.property_count + 1; in local_check_peer() local116 gpr_zalloc(sizeof(*new_properties) * new_property_count)); in local_check_peer()
1254 size_t new_property_count = peer->property_count + 3; in ssl_handshaker_result_extract_peer() local1255 if (alpn_selected != nullptr) new_property_count++; in ssl_handshaker_result_extract_peer()1256 if (peer_chain != nullptr) new_property_count++; in ssl_handshaker_result_extract_peer()1258 gpr_zalloc(sizeof(*new_properties) * new_property_count)); in ssl_handshaker_result_extract_peer()
1034 size_t new_property_count = peer->property_count + 1; in ssl_handshaker_result_extract_peer() local1035 if (alpn_selected != nullptr) new_property_count++; in ssl_handshaker_result_extract_peer()1037 gpr_zalloc(sizeof(*new_properties) * new_property_count)); in ssl_handshaker_result_extract_peer()