/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.c | 112 HTAB *hashp; local 119 if (!(hashp = (HTAB *)calloc(1, sizeof(HTAB)))) 121 hashp->fp = -1; 128 hashp->fname = file; 136 * field in the hashp structure needs to be accurate so that 139 hashp->flags = flags; 140 hashp->save_file = specified_file && (hashp->flags & O_RDWR); 150 if ((hashp->fp = open(file, flags|O_BINARY, mode)) == -1) 152 (void)fcntl(hashp 287 HTAB *hashp; local 303 HTAB *hashp; local 586 HTAB *hashp; local 646 HTAB *hashp; local 663 HTAB *hashp; local 684 HTAB *hashp; local 828 HTAB *hashp; local 862 HTAB *hashp; local 950 HTAB *hashp; local [all...] |
H A D | hash_bigkey.c | 86 __big_insert(hashp, pagep, key, val) 87 HTAB *hashp; 105 __add_bigpage(hashp, pagep, NUM_ENT(pagep) - 1, base_page); 133 __put_page(hashp, pagep, A_RAW, 1); 146 __big_delete(HTAB *hashp, PAGE16 *pagep, indx_t ndx) argument 148 __big_delete(hashp, pagep, ndx) 149 HTAB *hashp; 157 pagep = __get_page(hashp, OADDR_TO_PAGE(DATA_OFF(pagep, ndx)), A_RAW); 167 pagep = __get_page(hashp, NEXT_PGNO(pagep), A_RAW); 170 __delete_page(hashp, last_page 293 __get_bigkey(HTAB *hashp, PAGE16 *pagep, indx_t ndx, DBT *key) argument [all...] |
H A D | hash_page.c | 91 __get_item(hashp, cursorp, key, val, item_info) 92 HTAB *hashp; 104 __get_page(hashp, cursorp->bucket, A_BUCKET); 116 __get_page(hashp, cursorp->pgno, A_RAW); 134 __put_page(hashp, cursorp->pagep, A_RAW, 0); 135 cursorp->pagep = __get_page(hashp, next_pgno, A_RAW); 145 key->size = hashp->hdr.bsize - 172 __get_item_reset(hashp, cursorp) 173 HTAB *hashp; 177 __put_page(hashp, cursor 535 __addel(HTAB *hashp, ITEM_INFO *item_info, const DBT *key, const DBT *val, u_int32_t num_items, const u_int8_t expanding) argument 645 add_bigptr(HTAB * hashp, ITEM_INFO * item_info, indx_t big_pgno) argument 744 __add_bigpage(HTAB * hashp, PAGE16 * pagep, indx_t ndx, const u_int8_t is_basepage) argument 785 page_init(HTAB * hashp, PAGE16 * pagep, db_pgno_t pgno, u_int8_t type) argument 874 HTAB *hashp; local 914 HTAB *hashp; local [all...] |
H A D | hash.h | 158 ((B) + hashp->hdr.hdrpages + ((B) \ 159 ? hashp->hdr.spares[__log2((B)+1)-1] : 0))
|
/osnet-11/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 2037 aio_hash_t *hashp; local 2041 hashp = _aio_hash + AIOHASH(resultp); 2042 lmutex_lock(&hashp->hash_lock); 2043 prev = &hashp->hash_ptr; 2046 lmutex_unlock(&hashp->hash_lock); 2053 lmutex_unlock(&hashp->hash_lock); 2063 aio_hash_t *hashp; local 2068 hashp = _aio_hash + AIOHASH(resultp); 2069 lmutex_lock(&hashp->hash_lock); 2070 prev = &hashp 2090 aio_hash_t *hashp; local [all...] |
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_mapping.c | 82 ns_hash_t *idx, *hashp; local 90 hashp = ns_scan_hash(type, service, str, idx); 92 return (hashp);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_hot.c | 3081 S_method_common(pTHX_ SV* meth, U32* hashp) argument 3164 if (hashp) { 3165 HE* he = hv_fetch_ent(stash, meth, 0, *hashp);
|
H A D | proto.h | 1084 STATIC SV* S_method_common(pTHX_ SV* meth, U32* hashp);
|