ohash
ohash_remove(struct ohash *h, unsigned int i)
ohash_find(struct ohash *h, unsigned int i)
ohash_insert(struct ohash *h, unsigned int i, void *p)
ohash_entries(struct ohash *h)
ohash_first(struct ohash *h, unsigned int *pos)
ohash_next(struct ohash *h, unsigned int *pos)
ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info)
ohash_lookup_interval(struct ohash *h, const char *start, const char *end,
ohash_lookup_memory(struct ohash *h, const char *k, size_t size, uint32_t hv)
ohash_qlookup(struct ohash *h, const char *s)
ohash_qlookupi(struct ohash *h, const char *s, const char **e)
static void ohash_resize(struct ohash *);
ohash_delete(struct ohash *h)
ohash_resize(struct ohash *h)
void ohash_init(struct ohash *, unsigned, struct ohash_info *);
void ohash_delete(struct ohash *);
unsigned int ohash_lookup_interval(struct ohash *, const char *,
unsigned int ohash_lookup_memory(struct ohash *, const char *,
void *ohash_find(struct ohash *, unsigned int);
void *ohash_remove(struct ohash *, unsigned int);
void *ohash_insert(struct ohash *, unsigned int, void *);
void *ohash_first(struct ohash *, unsigned int *);
void *ohash_next(struct ohash *, unsigned int *);
unsigned int ohash_entries(struct ohash *);
unsigned int ohash_qlookupi(struct ohash *, const char *, const char **);
unsigned int ohash_qlookup(struct ohash *, const char *);
extern struct ohash macros;
struct ohash macros;