Searched defs:hash_table (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libldap4/include/
H A Dhsearch.h33 typedef struct hash_table { struct
44 void hdestroy_s(HASH_TABLE **hash_table);
45 HASH_ENTRY *hsearch_s(HASH_TABLE *hash_table, HASH_ENTRY item, ACTION action);
46 HASH_ENTRY *hlist_s(HASH_TABLE *hash_table, int * i, NODE ** a);
50 int hadd_s(HASH_TABLE **hash_table, char *key, void *data, int size);
51 int hreplace_s(HASH_TABLE **hash_table, char *key, void *data, int size);
52 char *hfind_s(HASH_TABLE *hash_table, char *key);
53 int hdelete_s( HASH_TABLE *hash_table, char * key);
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h102 uint32_t *hash_table; /* hash table */ member in struct:__anon1418
H A Dgettext_gnu.c455 uint32_t *hash_table; local
470 hash_table = gmnp->hash_table;
475 (hash_table == NULL || (hash_size <= 2))) {
515 hash_val = HASH_TBL(gmnp, hash_table[hash_idx]);
1190 if (p->hash_table == NULL) {
1223 d_hash[i] = SWAP(p, p->hash_table[i]);
1235 p->hash_table = d_hash;
1318 p->hash_table = p->hash_size <= 2 ? NULL :
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Draw_access.c35 static hash_obj_t *hash_table[TABLE_SIZE]; variable
44 hash_table[count] = NULL;
58 first_hash_obj = hash_table[index_to_hash];
81 hash_obj->next = hash_table[index_to_hash];
82 hash_table[index_to_hash] = hash_obj; /* hash obj. added */
272 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
318 hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next;
1187 hash_table[(sec_hash_obj->obj_hdl % TABLE_SIZE)] =
1208 hash_table[(hash_obj->obj_hdl % TABLE_SIZE)] =
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c2790 read_sync_stats(td_thragent_t *ta_p, psaddr_t hash_table, argument
2808 if (ps_pdread(ta_p->ph_p, hash_table + ix * sizeof (uint64_t),

Completed in 36 milliseconds