Searched refs:root_error (Results 1 – 2 of 2) sorted by relevance
197 grpc_error* root_error = GRPC_ERROR_NONE; in WatchTlsCertificates() local205 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()
259 grpc_error* root_error = in ReadRootCertificatesFromFile() local261 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()