HomeSort by relevance Sort by last modified time
    Searched full:atom_table (Results 1 - 6 of 6) sorted by null

  /external/libxkbcommon/xkbcommon/src/
atom.h 31 struct atom_table;
33 struct atom_table *
37 atom_table_free(struct atom_table *table);
40 atom_lookup(struct atom_table *table, const char *string, size_t len);
43 atom_intern(struct atom_table *table, const char *string, size_t len,
47 atom_text(struct atom_table *table, xkb_atom_t atom);
atom.c 83 struct atom_table { struct
88 struct atom_table *
91 struct atom_table *table;
105 atom_table_free(struct atom_table *table)
119 atom_text(struct atom_table *table, xkb_atom_t atom)
128 find_atom_pointer(struct atom_table *table, const char *string, size_t len,
173 atom_lookup(struct atom_table *table, const char *string, size_t len)
192 atom_intern(struct atom_table *table, const char *string, size_t len,
context-priv.c 55 return atom_lookup(ctx->atom_table, string, strlen(string));
61 return atom_intern(ctx->atom_table, string, len, false);
67 return atom_intern(ctx->atom_table, string, strlen(string), true);
73 return atom_text(ctx->atom_table, atom);
context.h 46 struct atom_table *atom_table; member in struct:xkb_context
context.c 167 atom_table_free(ctx->atom_table);
273 ctx->atom_table = atom_table_new();
274 if (!ctx->atom_table) {
  /external/libxkbcommon/xkbcommon/test/
atom.c 69 struct atom_table *table;
150 struct atom_table *table;

Completed in 185 milliseconds