Searched refs:hashvalue (Results 1 – 3 of 3) sorted by relevance
60 int hashvalue; in NCURSES_EXPORT() local64 hashvalue = data->hash_of(string); in NCURSES_EXPORT()66 if (data->table_data[hashvalue] >= 0) { in NCURSES_EXPORT()69 ptr = real_table + data->table_data[hashvalue]; in NCURSES_EXPORT()97 int hashvalue = data->hash_of(string); in _nc_find_type_entry() local99 if (data->table_data[hashvalue] >= 0) { in _nc_find_type_entry()102 ptr = table + data->table_data[hashvalue]; in _nc_find_type_entry()
108 int hashvalue; in _nc_make_hash_table() local115 hashvalue = hash_function(table[i].nte_name); in _nc_make_hash_table()117 if (hash_table[hashvalue] >= 0) in _nc_make_hash_table()120 if (hash_table[hashvalue] != 0) in _nc_make_hash_table()121 table[i].nte_link = hash_table[hashvalue]; in _nc_make_hash_table()122 hash_table[hashvalue] = i; in _nc_make_hash_table()
8942 - datatype used for hashvalue of converted rrsig structure.