Home
last modified time | relevance | path

Searched refs:hash_str (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c422 size_t *hash_str; in compress() local
429 hash_str = malloc(sizeof (size_t) * 200); in compress()
433 if (hash_key == NULL || hash_str == NULL || strings == NULL) { in compress()
482 if (strcmp(pos + strings, hash_str[i] + strings) == 0) in compress()
493 hash_str = realloc((char *)hash_str, in compress()
495 if (hash_key == NULL || hash_str == NULL) { in compress()
502 hash_str[hash_num++] = pos; in compress()
509 free(hash_str); in compress()
/illumos-gate/usr/src/lib/libpool/common/
H A Ddict.h41 extern uint64_t hash_str(const char *);
H A Ddict.c219 hash_str(const char *str) in hash_str() function
H A Dpool_internal.c275 strcmp, (uint64_t (*)(const void *))hash_str)) == NULL) in atom_init()
/illumos-gate/usr/src/cmd/truss/
H A Dhtbl.c97 hash_str(char *str, unsigned int sz) in hash_str() function
124 bucket = hash_str(key, htp->size); in add_fcall()
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c42 static int generate_hash(int fdin, char *hash_str);
651 generate_hash(int fdin, char *hash_str) in generate_hash() argument
675 (void) sprintf(hash_str + (i*2), "%2.2x", hash[i]); in generate_hash()