Home
last modified time | relevance | path

Searched refs:HashTablePutReplace (Results 1 – 6 of 6) sorted by relevance

/dports/biology/subread/subread-2.0.2-source/src/
H A DmergeVCF.c240 HashTablePutReplace(extra_count_table, ky, NULL + repeat_times, 0); in do_find_common()
249 HashTablePutReplace(extra_info_table, ky, info_buf, 0); in do_find_common()
250 HashTablePutReplace(extra_id_qual_filter_table, ky, IQF_buf, 0); in do_find_common()
251 HashTablePutReplace(extra_qual_table, ky, NULL + 1 + qual, 0); in do_find_common()
H A Dhashtable.h199 int HashTablePutReplace(HashTable *hashTable, const void *key, void *value, int replace_key);
H A Dhashtable.c446 return HashTablePutReplace(hashTable, key, value, 1); in HashTablePut()
501 int HashTablePutReplace(HashTable *hashTable, const void *key, void *value, int replace_key) { in HashTablePutReplace() function
H A Dgen_rand_reads.c533 HashTablePutReplace( seq_duplicate_tab, md5mem, NULL+dupval , 0); in grc_summary_fasta()
583 HashTablePutReplace( seq_duplicate_tab, md5mem, NULL+dupval ,0); in grc_summary_fasta()
H A Dcore-indel.c1280 HashTablePutReplace(feature_sorting_table, sort_key, old_features2, 0); in do_juncs_add_feature()
H A Dinput-files.c1703 HashTablePutReplace(event_table_ptr, event_token, NULL+exist_indel_count+1, 0); in add_cigar_indel_event()