Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/security_connector/
Dload_system_roots_linux.cc99 size_t total_bundle_size = 0; in CreateRootCertsBundle() local
115 total_bundle_size += file_data.size; in CreateRootCertsBundle()
119 char* bundle_string = static_cast<char*>(gpr_zalloc(total_bundle_size + 1)); in CreateRootCertsBundle()