Lines Matching refs:hash_table
1299 char *hash_table; in map_table_hash() local
1338 hash_table = malloc_vital(hash_table_num); in map_table_hash()
1343 if (0 == *(hash_table + hash_value)) { in map_table_hash()
1344 *(hash_table + hash_value) = 1; in map_table_hash()
1346 *(hash_table + hash_value) = 2; in map_table_hash()
1373 if (0 == *(hash_table + hash_value)) { in map_table_hash()
1374 *(hash_table + hash_value) = 1; in map_table_hash()
1376 *(hash_table + hash_value) = 2; in map_table_hash()
1390 if (2 == *(hash_table + i)) { in map_table_hash()
1393 } else if (1 == *(hash_table + i)) { in map_table_hash()
1396 } else if (0 == *(hash_table + i)) { in map_table_hash()
1415 free(hash_table); in map_table_hash()
1429 hash_table = error_table + hash_table_num; in map_table_hash()
1430 of_table = hash_table + (pair_size * hash_table_num); in map_table_hash()
1472 p = hash_table + (pair_size * hash_value); in map_table_hash()
1529 p = hash_table + in map_table_hash()
1568 (void) memcpy(hash_table + j + (resultlen - default_data->size), in map_table_hash()