Home
last modified time | relevance | path

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

/dports/net/gnome-online-accounts/gnome-online-accounts-3.40.1/src/goabackend/
H A Dgoafacebookprovider.c152 GError *identity_error = NULL; in get_identity_sync() local
193 &identity_error)) in get_identity_sync()
196 identity_error->message, in get_identity_sync()
197 g_quark_to_string (identity_error->domain), in get_identity_sync()
198 identity_error->code); in get_identity_sync()
235 g_clear_error (&identity_error); in get_identity_sync()
H A Dgoaflickrprovider.c121 GError *identity_error = NULL; in get_identity_sync() local
165 &identity_error)) in get_identity_sync()
168 identity_error->message, in get_identity_sync()
169 g_quark_to_string (identity_error->domain), in get_identity_sync()
170 identity_error->code); in get_identity_sync()
234 g_clear_error (&identity_error); in get_identity_sync()
H A Dgoafoursquareprovider.c128 GError *identity_error = NULL; in get_identity_sync() local
164 &identity_error)) in get_identity_sync()
167 identity_error->message, in get_identity_sync()
168 g_quark_to_string (identity_error->domain), in get_identity_sync()
169 identity_error->code); in get_identity_sync()
243 g_clear_error (&identity_error); in get_identity_sync()
H A Dgoawindowsliveprovider.c136 GError *identity_error = NULL; in get_identity_sync() local
169 &identity_error)) in get_identity_sync()
172 identity_error->message, in get_identity_sync()
173 g_quark_to_string (identity_error->domain), in get_identity_sync()
174 identity_error->code); in get_identity_sync()
227 g_clear_error (&identity_error); in get_identity_sync()
H A Dgoagoogleprovider.c161 GError *identity_error = NULL; in get_identity_sync() local
194 &identity_error)) in get_identity_sync()
197 identity_error->message, in get_identity_sync()
198 g_quark_to_string (identity_error->domain), in get_identity_sync()
199 identity_error->code); in get_identity_sync()
227 g_clear_error (&identity_error); in get_identity_sync()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/credentials/tls/
H A Dgrpc_tls_certificate_distributor.cc200 grpc_error_handle identity_error = GRPC_ERROR_NONE; in WatchTlsCertificates() local
219 identity_error = GRPC_ERROR_REF(cert_info.identity_cert_error); in WatchTlsCertificates()
235 if (root_error != GRPC_ERROR_NONE || identity_error != GRPC_ERROR_NONE) { in WatchTlsCertificates()
237 GRPC_ERROR_REF(identity_error)); in WatchTlsCertificates()
240 GRPC_ERROR_UNREF(identity_error); in WatchTlsCertificates()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/security/credentials/tls/
H A Dgrpc_tls_certificate_distributor.cc198 grpc_error* identity_error = GRPC_ERROR_NONE; in WatchTlsCertificates() local
217 identity_error = GRPC_ERROR_REF(cert_info.identity_cert_error); in WatchTlsCertificates()
233 if (root_error != GRPC_ERROR_NONE || identity_error != GRPC_ERROR_NONE) { in WatchTlsCertificates()
235 GRPC_ERROR_REF(identity_error)); in WatchTlsCertificates()
238 GRPC_ERROR_UNREF(identity_error); in WatchTlsCertificates()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/security/credentials/tls/
H A Dgrpc_tls_certificate_distributor.cc200 grpc_error_handle identity_error = GRPC_ERROR_NONE; in WatchTlsCertificates() local
219 identity_error = GRPC_ERROR_REF(cert_info.identity_cert_error); in WatchTlsCertificates()
235 if (root_error != GRPC_ERROR_NONE || identity_error != GRPC_ERROR_NONE) { in WatchTlsCertificates()
237 GRPC_ERROR_REF(identity_error)); in WatchTlsCertificates()
240 GRPC_ERROR_UNREF(identity_error); in WatchTlsCertificates()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/credentials/tls/
H A Dgrpc_tls_certificate_distributor.cc200 grpc_error_handle identity_error = GRPC_ERROR_NONE; in WatchTlsCertificates() local
219 identity_error = GRPC_ERROR_REF(cert_info.identity_cert_error); in WatchTlsCertificates()
235 if (root_error != GRPC_ERROR_NONE || identity_error != GRPC_ERROR_NONE) { in WatchTlsCertificates()
237 GRPC_ERROR_REF(identity_error)); in WatchTlsCertificates()
240 GRPC_ERROR_UNREF(identity_error); in WatchTlsCertificates()
/dports/deskutils/gnome-initial-setup/gnome-initial-setup-41.2/gnome-initial-setup/pages/account/
H A Dgis-account-page-local.c99 GError *identity_error; in get_profile_sync() local
108 identity_error = NULL; in get_profile_sync()
138 &identity_error)) in get_profile_sync()
141 identity_error->message, in get_profile_sync()
142 g_quark_to_string (identity_error->domain), in get_profile_sync()
143 identity_error->code); in get_profile_sync()
161 g_clear_error (&identity_error); in get_profile_sync()
/dports/misc/dartsim/dart-6.11.1/python/dartpy/
H A Deigen_geometry_pybind.cpp68 const T identity_error = in CheckRotMat() local
71 DART_UNUSED(identity_error); in CheckRotMat()
73 identity_error < kCheckTolerance && in CheckRotMat()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Domp_matinv.c247 static double identity_error(const elem_t* const a, const int n) in identity_error() function
330 error = identity_error(prod, matrix_size); in main()
H A Dmatinv.c285 static double identity_error(const elem_t* const a, const int n) in identity_error() function
352 error = identity_error(prod, matrix_size); in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Domp_matinv.c247 static double identity_error(const elem_t* const a, const int n) in identity_error() function
330 error = identity_error(prod, matrix_size); in main()
H A Dmatinv.c285 static double identity_error(const elem_t* const a, const int n) in identity_error() function
352 error = identity_error(prod, matrix_size); in main()