Searched refs:hash_str (Results 1 – 6 of 6) sorted by relevance
422 size_t *hash_str; in compress() local429 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()
41 extern uint64_t hash_str(const char *);
219 hash_str(const char *str) in hash_str() function
275 strcmp, (uint64_t (*)(const void *))hash_str)) == NULL) in atom_init()
97 hash_str(char *str, unsigned int sz) in hash_str() function124 bucket = hash_str(key, htp->size); in add_fcall()
42 static int generate_hash(int fdin, char *hash_str);651 generate_hash(int fdin, char *hash_str) in generate_hash() argument675 (void) sprintf(hash_str + (i*2), "%2.2x", hash[i]); in generate_hash()