Home
last modified time | relevance | path

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

/external/libxkbcommon/src/x11/
Dutil.c158 struct x11_atom_cache { struct
180 if (!ctx->x11_atom_cache) { in adopt_atoms() argument
181 ctx->x11_atom_cache = calloc(1, sizeof(struct x11_atom_cache)); in adopt_atoms()
184 struct x11_atom_cache *cache = ctx->x11_atom_cache; in adopt_atoms()
/external/libxkbcommon/src/
Dcontext.c213 free(ctx->x11_atom_cache); in xkb_context_unref()
327 ctx->x11_atom_cache = NULL; in xkb_context_new()
Dcontext.h49 void *x11_atom_cache; member