Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/access/
H A Dtax3api.c3325 CharPtr new_spec_host; in ApplyOneSpecificHostFix() local
3341 new_spec_host = GetSourceQualFromBioSource (biop, &vn, NULL); in ApplyOneSpecificHostFix()
3342 FindReplaceString (&new_spec_host, s->old_taxname, s->new_taxname, TRUE, TRUE); in ApplyOneSpecificHostFix()
3343 if (StringCmp (new_spec_host, s->bad_specific_host) != 0) in ApplyOneSpecificHostFix()
3345 … rval = SetSourceQualInBioSource (biop, &vn, NULL, new_spec_host, ExistingTextOption_replace_old); in ApplyOneSpecificHostFix()
3347 new_spec_host = MemFree (new_spec_host); in ApplyOneSpecificHostFix()