Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.h137 static void InitRootStoreOnce();
Dssl_utils.cc572 gpr_once_init(&once, DefaultSslRootStore::InitRootStoreOnce); in InitRootStore()
575 void DefaultSslRootStore::InitRootStoreOnce() { in InitRootStoreOnce() function in grpc_core::DefaultSslRootStore
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.h274 static void InitRootStoreOnce();
Dsecurity_connector.cc1235 gpr_once_init(&once, DefaultSslRootStore::InitRootStoreOnce);
1238 void DefaultSslRootStore::InitRootStoreOnce() { function in grpc_core::DefaultSslRootStore