| /freebsd-14.2/lib/libc/db/hash/ |
| H A D | hash.h | 91 HASHHDR hdr; /* Header */ 93 int exsegs; /* Number of extra allocated 96 (*hash)(const void *, size_t); 97 int flags; /* Flag values */ 98 int fp; /* File pointer */ 101 BUFHEAD *cpage; /* Current page */ 102 int cbucket; /* Current bucket */ 104 int error; /* Error Number -- for DBM 112 int nmaps; /* Initial number of bitmaps */ 113 int nbufs; /* Number of buffers left to [all …]
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | hash.c | 50 Hashtab *htab; in hashtabnew() local 71 _search(Hashtab * htab, void *ptr) in _search() 88 hashtabsearch(Hashtab * htab, void *ptr) in hashtabsearch() 101 hashtabadd(Hashtab * htab, void *ptr) in hashtabadd() 129 _hashtabdel(Hashtab * htab, void *ptr, int freep) in _hashtabdel() 150 hashtabforeach(Hashtab * htab, int (*func) (void *ptr, void *arg), in hashtabforeach()
|
| H A D | hash.h | 85 #define hashtabdel(htab,key) _hashtabdel(htab,key,FALSE) argument 87 #define hashtabfree(htab,key) _hashtabdel(htab,key,TRUE) /* Do! */ argument
|
| H A D | symbol.c | 37 static Hashtab *htab; variable
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | mansearch.c | 94 struct ohash *htab; in mansearch() local 237 manmerge(struct expr *e, struct ohash *htab) in manmerge() 252 manmerge_term(struct expr *e, struct ohash *htab) in manmerge_term() 311 manmerge_or(struct expr *e, struct ohash *htab) in manmerge_or() 321 manmerge_and(struct expr *e, struct ohash *htab) in manmerge_and()
|
| H A D | roff.c | 640 struct ohash *htab; in roffhash_alloc() local 663 roffhash_free(struct ohash *htab) in roffhash_free() 678 roffhash_find(struct ohash *htab, const char *name, size_t sz) in roffhash_find()
|
| H A D | mandocdb.c | 1854 struct ohash *htab; in putkeys() local
|
| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | hdestroy_r.c | 32 hdestroy_r(struct hsearch_data *htab) in hdestroy_r()
|
| H A D | hcreate_r.c | 32 hcreate_r(size_t nel, struct hsearch_data *htab) in hcreate_r()
|
| H A D | hsearch_r.c | 73 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) in hsearch_r()
|
| /freebsd-14.2/sbin/hastd/ |
| H A D | lzf.c | 104 , LZF_STATE htab in lzf_compress() 109 LZF_STATE htab; in lzf_compress() local
|
| /freebsd-14.2/sys/dev/cxgbe/cudbg/ |
| H A D | fastlz.c | 190 const unsigned char **htab = g_htab; in FASTLZ_COMPRESSOR() local
|
| /freebsd-14.2/usr.sbin/config/ |
| H A D | main.cc | 112 } *htab; variable
|
| /freebsd-14.2/usr.bin/compress/ |
| H A D | zopen.c | 149 #define htab zs->zs_htab macro
|
| /freebsd-14.2/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_htable.c | 264 iphtable_t htab, *iph, *oiph; in ipf_htable_create() local
|