Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dguri.c2179 gchar *decoded_attr, *decoded_value; in g_uri_params_iter_next() local
2212 if (!uri_decode (&decoded_attr, NULL, ri->attr, attr_end - ri->attr, in g_uri_params_iter_next()
2222 g_free (decoded_attr); in g_uri_params_iter_next()
2227 *attribute = g_steal_pointer (&decoded_attr); in g_uri_params_iter_next()
2231 g_free (decoded_attr); in g_uri_params_iter_next()
/third_party/weston/clients/
Dterminal.c579 union decoded_attr { union
586 union decoded_attr *decoded) in terminal_decode_attr()
946 union decoded_attr attr; in terminal_send_selection()
980 union decoded_attr attr;
995 glyph_run_flush(struct glyph_run *run, union decoded_attr attr) in glyph_run_flush()
1049 union decoded_attr attr; in redraw_handler()