Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgtlsinteraction.c166 closure->result = G_TLS_INTERACTION_UNHANDLED; in invoke_closure_new()
380 g_return_val_if_fail (G_IS_TLS_INTERACTION (interaction), G_TLS_INTERACTION_UNHANDLED); in g_tls_interaction_invoke_ask_password()
381 g_return_val_if_fail (G_IS_TLS_PASSWORD (password), G_TLS_INTERACTION_UNHANDLED); in g_tls_interaction_invoke_ask_password()
382 …n_val_if_fail (cancellable == NULL || G_IS_CANCELLABLE (cancellable), G_TLS_INTERACTION_UNHANDLED); in g_tls_interaction_invoke_ask_password()
395 g_return_val_if_fail (klass->ask_password_finish, G_TLS_INTERACTION_UNHANDLED); in g_tls_interaction_invoke_ask_password()
405 result = G_TLS_INTERACTION_UNHANDLED; in g_tls_interaction_invoke_ask_password()
444 g_return_val_if_fail (G_IS_TLS_INTERACTION (interaction), G_TLS_INTERACTION_UNHANDLED); in g_tls_interaction_ask_password()
445 g_return_val_if_fail (G_IS_TLS_PASSWORD (password), G_TLS_INTERACTION_UNHANDLED); in g_tls_interaction_ask_password()
446 …n_val_if_fail (cancellable == NULL || G_IS_CANCELLABLE (cancellable), G_TLS_INTERACTION_UNHANDLED); in g_tls_interaction_ask_password()
452 return G_TLS_INTERACTION_UNHANDLED; in g_tls_interaction_ask_password()
[all …]
Dgioenums.h1735 G_TLS_INTERACTION_UNHANDLED, enumerator
Dgioenumtypes.c1457 { G_TLS_INTERACTION_UNHANDLED, "G_TLS_INTERACTION_UNHANDLED", "unhandled" }, in g_tls_interaction_result_get_type()
/third_party/glib/gio/tests/
Dtls-interaction.c461 case G_TLS_INTERACTION_UNHANDLED: in on_ask_password_async_call()
510 case G_TLS_INTERACTION_UNHANDLED: in test_invoke_ask_password()
545 case G_TLS_INTERACTION_UNHANDLED: in test_ask_password()
587 case G_TLS_INTERACTION_UNHANDLED: in on_request_certificate_async_call()
637 case G_TLS_INTERACTION_UNHANDLED: in test_invoke_request_certificate()
672 case G_TLS_INTERACTION_UNHANDLED: in test_request_certificate()
900 fixture->result = G_TLS_INTERACTION_UNHANDLED; in test_with_unhandled_ask_password()
1002 fixture->result = G_TLS_INTERACTION_UNHANDLED; in test_with_unhandled_request_certificate()