Home
last modified time | relevance | path

Searched refs:hash_destroy_new (Results 1 – 5 of 5) sorted by relevance

/dports/science/paje/Paje_1.97/Tracers/JRastro/include/
H A DJRastro_hash_func.h36 void hash_destroy_new(hash_element_t *element);
/dports/science/paje/Paje_1.97/Tracers/JRastro/src/
H A DJRastro_hash_func.c69 void hash_destroy_new(hash_element_t *element) in hash_destroy_new() function
H A DJRastro_read.c365 hash_initialize(&h_method, hash_value, hash_copy_new, hash_key_cmp, hash_destroy_new); in main()
366 hash_initialize(&h_mem, hash_value, hash_copy_new, hash_key_cmp, hash_destroy_new); in main()
H A DJRastro_read_objects.c501 hash_initialize(&h_method, hash_value, hash_copy_new, hash_key_cmp, hash_destroy_new); in main()
503 hash_initialize(&h_mem, hash_value, hash_copy_new, hash_key_cmp, hash_destroy_new); in main()
H A DJRastro_read_objects_class.c559 hash_initialize(&h_method, hash_value, hash_copy_new, hash_key_cmp, hash_destroy_new); in main()
561 hash_initialize(&h_mem, hash_value, hash_copy_new, hash_key_cmp, hash_destroy_new); in main()