/openbsd/lib/libc/db/hash/ |
H A D | extern.h | 35 BUFHEAD *__add_ovflpage(HTAB *, BUFHEAD *); 37 int __big_delete(HTAB *, BUFHEAD *); 43 int __buf_free(HTAB *, int, int); 44 void __buf_init(HTAB *, int); 45 u_int32_t __call_hash(HTAB *, char *, int); 46 int __delpair(HTAB *, BUFHEAD *, int); 47 int __expand_table(HTAB *); 49 u_int16_t __find_last_page(HTAB *, BUFHEAD **); 50 void __free_ovflpage(HTAB *, BUFHEAD *); 53 int __ibitmap(HTAB *, int, int, int); [all …]
|
H A D | hash.c | 66 static HTAB *init_hash(HTAB *, const char *, const HASHINFO *); 95 HTAB *hashp; in __hash_open() 105 if (!(hashp = (HTAB *)calloc(1, sizeof(HTAB)))) in __hash_open() 236 HTAB *hashp; in hash_close() 251 HTAB *hashp; in hash_fd() 265 static HTAB * 435 HTAB *hashp; in hash_sync() 508 HTAB *hashp; in hash_get() 521 HTAB *hashp; in hash_put() 540 HTAB *hashp; in hash_delete() [all …]
|
H A D | ndbm.c | 219 HTAB *hp; in dbm_error() 221 hp = (HTAB *)db->internal; in dbm_error() 228 HTAB *hp; in dbm_clearerr() 230 hp = (HTAB *)db->internal; in dbm_clearerr() 239 return(((HTAB *)db->internal)->fp); in dbm_dirfno() 245 HTAB *hashp = (HTAB *)dbp->internal; in dbm_rdonly()
|
H A D | hash_page.c | 68 static u_int32_t *fetch_bitmap(HTAB *, int); 70 static int open_temp(HTAB *); 71 static u_int16_t overflow_page(HTAB *); 118 __delpair(HTAB *hashp, BUFHEAD *bufp, int ndx) in __delpair() 269 ugly_split(HTAB *hashp, in ugly_split() 460 __add_ovflpage(HTAB *hashp, BUFHEAD *bufp) in __add_ovflpage() 607 __ibitmap(HTAB *hashp, int pnum, int nbits, int ndx) in __ibitmap() 642 overflow_page(HTAB *hashp) in overflow_page() 795 __free_ovflpage(HTAB *hashp, BUFHEAD *obufp) in __free_ovflpage() 839 open_temp(HTAB *hashp) in open_temp() [all …]
|
H A D | hash_bigkey.c | 69 static int collect_key(HTAB *, BUFHEAD *, int, DBT *, int); 70 static int collect_data(HTAB *, BUFHEAD *, int, int); 82 __big_insert(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __big_insert() 191 __big_delete(HTAB *hashp, BUFHEAD *bufp) in __big_delete() 268 __find_bigpair(HTAB *hashp, BUFHEAD *bufp, int ndx, char *key, int size) in __find_bigpair() 315 __find_last_page(HTAB *hashp, BUFHEAD **bpp) in __find_last_page() 354 __big_return(HTAB *hashp, BUFHEAD *bufp, int ndx, DBT *val, int set_current) in __big_return() 440 collect_data(HTAB *hashp, BUFHEAD *bufp, int len, int set) in collect_data() 492 __big_keydata(HTAB *hashp, BUFHEAD *bufp, DBT *key, DBT *val, int set) in __big_keydata() 506 collect_key(HTAB *hashp, BUFHEAD *bufp, int len, DBT *val, int set) in collect_key() [all …]
|
H A D | hash_buf.c | 68 static BUFHEAD *newbuf(HTAB *, u_int32_t, BUFHEAD *); 100 __get_buf(HTAB *hashp, u_int32_t addr, in __get_buf() 153 newbuf(HTAB *hashp, u_int32_t addr, BUFHEAD *prev_bp) in newbuf() 296 __buf_init(HTAB *hashp, int nbytes) in __buf_init() 319 __buf_free(HTAB *hashp, int do_free, int to_disk) in __buf_free() 350 __reclaim_buf(HTAB *hashp, BUFHEAD *bp) in __reclaim_buf()
|
H A D | hash.h | 117 } HTAB; typedef
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-flow.h | 54 #define FOR_EACH_HTAB_ELEMENT(HTAB, RESULT, TYPE, ITER) \ argument 55 for (RESULT = (TYPE) first_htab_element (&(ITER), (HTAB)); \
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-arm.c | 35 #define RELOC_SECTION(HTAB, NAME) \ argument 36 ((HTAB)->use_rel ? ".rel" NAME : ".rela" NAME) 40 #define RELOC_SIZE(HTAB) \ argument 41 ((HTAB)->use_rel \ 47 #define SWAP_RELOC_IN(HTAB) \ argument 48 ((HTAB)->use_rel \ 54 #define SWAP_RELOC_OUT(HTAB) \ argument 55 ((HTAB)->use_rel \
|