Symbol: ohash
lib/libopenbsd/ohash.c
119
ohash_remove(struct ohash *h, unsigned int i)
lib/libopenbsd/ohash.c
137
ohash_find(struct ohash *h, unsigned int i)
lib/libopenbsd/ohash.c
146
ohash_insert(struct ohash *h, unsigned int i, void *p)
lib/libopenbsd/ohash.c
164
ohash_entries(struct ohash *h)
lib/libopenbsd/ohash.c
170
ohash_first(struct ohash *h, unsigned int *pos)
lib/libopenbsd/ohash.c
177
ohash_next(struct ohash *h, unsigned int *pos)
lib/libopenbsd/ohash.c
186
ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info)
lib/libopenbsd/ohash.c
223
ohash_lookup_interval(struct ohash *h, const char *start, const char *end,
lib/libopenbsd/ohash.c
271
ohash_lookup_memory(struct ohash *h, const char *k, size_t size, uint32_t hv)
lib/libopenbsd/ohash.c
315
ohash_qlookup(struct ohash *h, const char *s)
lib/libopenbsd/ohash.c
322
ohash_qlookupi(struct ohash *h, const char *s, const char **e)
lib/libopenbsd/ohash.c
38
static void ohash_resize(struct ohash *);
lib/libopenbsd/ohash.c
62
ohash_delete(struct ohash *h)
lib/libopenbsd/ohash.c
71
ohash_resize(struct ohash *h)
lib/libopenbsd/ohash.h
55
void ohash_init(struct ohash *, unsigned, struct ohash_info *);
lib/libopenbsd/ohash.h
56
void ohash_delete(struct ohash *);
lib/libopenbsd/ohash.h
58
unsigned int ohash_lookup_interval(struct ohash *, const char *,
lib/libopenbsd/ohash.h
60
unsigned int ohash_lookup_memory(struct ohash *, const char *,
lib/libopenbsd/ohash.h
62
void *ohash_find(struct ohash *, unsigned int);
lib/libopenbsd/ohash.h
63
void *ohash_remove(struct ohash *, unsigned int);
lib/libopenbsd/ohash.h
64
void *ohash_insert(struct ohash *, unsigned int, void *);
lib/libopenbsd/ohash.h
65
void *ohash_first(struct ohash *, unsigned int *);
lib/libopenbsd/ohash.h
66
void *ohash_next(struct ohash *, unsigned int *);
lib/libopenbsd/ohash.h
67
unsigned int ohash_entries(struct ohash *);
lib/libopenbsd/ohash.h
72
unsigned int ohash_qlookupi(struct ohash *, const char *, const char **);
lib/libopenbsd/ohash.h
73
unsigned int ohash_qlookup(struct ohash *, const char *);
usr.bin/m4/extern.h
72
extern struct ohash macros;
usr.bin/m4/look.c
67
struct ohash macros;