Searched refs:HashTablePutReplace (Results 1 – 6 of 6) sorted by relevance
/dports/biology/subread/subread-2.0.2-source/src/ |
H A D | mergeVCF.c | 240 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 D | hashtable.h | 199 int HashTablePutReplace(HashTable *hashTable, const void *key, void *value, int replace_key);
|
H A D | hashtable.c | 446 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 D | gen_rand_reads.c | 533 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 D | core-indel.c | 1280 HashTablePutReplace(feature_sorting_table, sort_key, old_features2, 0); in do_juncs_add_feature()
|
H A D | input-files.c | 1703 HashTablePutReplace(event_table_ptr, event_token, NULL+exist_indel_count+1, 0); in add_cigar_indel_event()
|