Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusauth.c466 GString *tried_str; in client_choose_mech_and_send_initial_response() local
472 tried_str = g_string_new (NULL); in client_choose_mech_and_send_initial_response()
476 g_string_append (tried_str, ", "); in client_choose_mech_and_send_initial_response()
477 g_string_append (tried_str, attempted_auth_mechs->pdata[n]); in client_choose_mech_and_send_initial_response()
483 tried_str->str, in client_choose_mech_and_send_initial_response()
485 g_string_free (tried_str, TRUE); in client_choose_mech_and_send_initial_response()