Searched refs:hashvalue (Results 1 – 3 of 3) sorted by relevance
61 int hashvalue; in NCURSES_EXPORT() local65 hashvalue = data->hash_of(string); in NCURSES_EXPORT()67 if (hashvalue >= 0 in NCURSES_EXPORT()69 && data->table_data[hashvalue] >= 0) { in NCURSES_EXPORT()100 int hashvalue = data->hash_of(string); in _nc_find_type_entry() local102 if (hashvalue >= 0 in _nc_find_type_entry()104 && data->table_data[hashvalue] >= 0) { in _nc_find_type_entry()126 int hashvalue; in _nc_find_user_entry() local130 hashvalue = data->hash_of(string); in _nc_find_user_entry()132 if (hashvalue >= 0 in _nc_find_user_entry()[all …]
119 int hashvalue; in _nc_make_hash_table() local126 hashvalue = hash_function(table[i].ute_name); in _nc_make_hash_table()128 if (hash_table[hashvalue] >= 0) in _nc_make_hash_table()131 if (hash_table[hashvalue] != UNUSED) { in _nc_make_hash_table()132 table[i].ute_link = hash_table[hashvalue]; in _nc_make_hash_table()134 hash_table[hashvalue] = (HashValue) i; in _nc_make_hash_table()
10359 - datatype used for hashvalue of converted rrsig structure.