dictentry
dictentry_cmp(struct dictentry *a, struct dictentry *b)
SPLAY_GENERATE(dict, dictentry, entry, dictentry_cmp);
SPLAY_ENTRY(dictentry) entry;
static int dictentry_cmp(struct dictentry *, struct dictentry *);
SPLAY_PROTOTYPE(dict, dictentry, entry, dictentry_cmp);
struct dictentry key;
struct dictentry *entry, key;
struct dictentry key, *entry;
struct dictentry key, *entry;
SPLAY_HEAD(dict, dictentry);
struct dictentry key, *entry;
struct dictentry key, *entry;
struct dictentry key, *entry;
struct dictentry key, *entry;
struct dictentry *entry;
struct dictentry *entry;
struct dictentry *curr = *hdl;
struct dictentry *curr = *hdl, key;
struct dictentry *entry;
dictentry_cmp(struct dictentry *a, struct dictentry *b)
SPLAY_GENERATE(_dict, dictentry, entry, dictentry_cmp);
SPLAY_ENTRY(dictentry) entry;
static int dictentry_cmp(struct dictentry *, struct dictentry *);
SPLAY_PROTOTYPE(_dict, dictentry, entry, dictentry_cmp);
struct dictentry key;
static inline struct dictentry *
struct dictentry *e;
struct dictentry *entry, key;
struct dictentry *entry;
SPLAY_HEAD(_dict, dictentry);