Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dcleanasn.c1818 SeqFeatXrefPtr xref, matchxref; in FixFeatureIDs() local
1827 for (matchxref = matchsfp->xref; matchxref != NULL; matchxref = matchxref->next) { in FixFeatureIDs()
1828 if (matchxref->id.choice == 0) continue; in FixFeatureIDs()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dvalid.c28202 SeqFeatXrefPtr xref, matchxref; in ValidateSeqFeatXref() local
28216 for (matchxref = matchsfp->xref; matchxref != NULL; matchxref = matchxref->next) { in ValidateSeqFeatXref()
28217 if (matchxref->id.choice != 0) { in ValidateSeqFeatXref()
28219 … origsfp = SeqMgrGetFeatureByFeatID (matchsfp->idx.entityID, NULL, NULL, matchxref, NULL); in ValidateSeqFeatXref()