Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_distributor.cc197 grpc_error* root_error = GRPC_ERROR_NONE; in WatchTlsCertificates() local
205 root_error = GRPC_ERROR_REF(cert_info.root_cert_error); in WatchTlsCertificates()
233 if (root_error != GRPC_ERROR_NONE || identity_error != GRPC_ERROR_NONE) { in WatchTlsCertificates()
234 watcher_ptr->OnError(GRPC_ERROR_REF(root_error), in WatchTlsCertificates()
237 GRPC_ERROR_UNREF(root_error); in WatchTlsCertificates()
Dgrpc_tls_certificate_provider.cc259 grpc_error* root_error = in ReadRootCertificatesFromFile() local
261 if (root_error != GRPC_ERROR_NONE) { in ReadRootCertificatesFromFile()
263 root_cert_full_path.c_str(), grpc_error_string(root_error)); in ReadRootCertificatesFromFile()
264 GRPC_ERROR_UNREF(root_error); in ReadRootCertificatesFromFile()