Searched refs:g_tls_password_get_value (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/gio/tests/ |
D | tls-interaction.c | 232 value = g_tls_password_get_value (password, &len); in test_interaction_ask_password_sync_success() 237 value = g_tls_password_get_value (password, &len); in test_interaction_ask_password_sync_success() 242 value = g_tls_password_get_value (password, &len); in test_interaction_ask_password_sync_success() 247 value = g_tls_password_get_value (password, &len); in test_interaction_ask_password_sync_success() 454 …g_assert_cmpstr ((const gchar *)g_tls_password_get_value (test->password, NULL), ==, "the password… in on_ask_password_async_call() 503 …g_assert_cmpstr ((const gchar *)g_tls_password_get_value (test->password, NULL), ==, "the password… in test_invoke_ask_password() 538 …g_assert_cmpstr ((const gchar *)g_tls_password_get_value (test->password, NULL), ==, "the password… in test_ask_password()
|
/third_party/glib/gio/ |
D | gtlspassword.h | 87 const guchar * g_tls_password_get_value (GTlsPassword *password,
|
D | gtlspassword.c | 259 g_tls_password_get_value (GTlsPassword *password, in g_tls_password_get_value() function
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 3874 g_tls_password_get_value
|