Home
last modified time | relevance | path

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

/systemd-251/src/locale/
Dkeymap-util.c79 sd_bus_message_unref(c->x11_cache); in context_clear()
201 if (m == c->x11_cache) in x11_read_data()
204 sd_bus_message_unref(c->x11_cache); in x11_read_data()
205 c->x11_cache = sd_bus_message_ref(m); in x11_read_data()
Dkeymap-util.h15 sd_bus_message *x11_cache; member