Home
last modified time | relevance | path

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

/systemd-251/src/locale/
Dkeymap-util.c78 sd_bus_message_unref(c->locale_cache); in context_clear()
97 if (m == c->locale_cache) in locale_read_data()
100 sd_bus_message_unref(c->locale_cache); in locale_read_data()
101 c->locale_cache = sd_bus_message_ref(m); in locale_read_data()
Dkeymap-util.h11 sd_bus_message *locale_cache; member