/src/usr.bin/m4/lib/ |
ohash.h | 3 /* $OpenBSD: ohash.h,v 1.8 2005/12/29 18:54:47 jaredy Exp $ */ 37 struct ohash { struct 52 void ohash_init(struct ohash *, unsigned, struct ohash_info *); 53 void ohash_delete(struct ohash *); 55 unsigned int ohash_lookup_interval(struct ohash *, const char *, 57 unsigned int ohash_lookup_memory(struct ohash *, const char *, 59 void *ohash_find(struct ohash *, unsigned int); 60 void *ohash_remove(struct ohash *, unsigned int); 61 void *ohash_insert(struct ohash *, unsigned int, void *); 62 void *ohash_first(struct ohash *, unsigned int *) [all...] |
ohash_entries.c | 23 ohash_entries(struct ohash *h)
|
ohash_qlookup.c | 23 ohash_qlookup(struct ohash *h, const char *s)
|
ohash_enum.c | 23 ohash_first(struct ohash *h, unsigned int *pos) 30 ohash_next(struct ohash *h, unsigned int *pos)
|
ohash_delete.c | 24 ohash_delete(struct ohash *h)
|
ohash_qlookupi.c | 23 ohash_qlookupi(struct ohash *h, const char *s, const char **e)
|
ohash_do.c | 22 static void ohash_resize(struct ohash *); 25 ohash_resize(struct ohash *h) 69 ohash_remove(struct ohash *h, unsigned int i) 87 ohash_find(struct ohash *h, unsigned int i) 96 ohash_insert(struct ohash *h, unsigned int i, void *p)
|
ohash_init.c | 23 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info)
|
ohash_lookup_interval.c | 23 ohash_lookup_interval(struct ohash *h, const char *start, const char *end,
|
ohash_lookup_memory.c | 23 ohash_lookup_memory(struct ohash *h, const char *k, size_t size, uint32_t hv)
|
/src/usr.bin/m4/ |
extern.h | 75 extern struct ohash macros;
|
look.c | 51 #include <ohash.h> 66 struct ohash macros;
|
main.c | 58 #include <ohash.h>
|
/src/sys/fs/union/ |
union_subr.c | 166 int ohash = UNION_HASH(un->un_uppervp, un->un_lowervp); local in function:union_newlower 177 if (ohash != nhash && (un->un_cflags & UN_CACHED)) { 185 if (ohash != nhash) { 196 int ohash = UNION_HASH(un->un_uppervp, un->un_lowervp); local in function:union_newupper 221 if (ohash != nhash && (un->un_cflags & UN_CACHED)) { 241 if (ohash != nhash) {
|
/src/usr.bin/ftp/ |
cmds.c | 2613 int ohash, overbose; local in function:page 2633 ohash = hash; 2639 hash = ohash;
|