Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dvalid.h167 TextFsaPtr sourceQualTags; /* for detecting structured qual tags in notes */ member
H A Dvalid.c191 TextFsaPtr sourceQualTags; in ValidStructClear() local
258 sourceQualTags = vsp->sourceQualTags; in ValidStructClear()
322 vsp->sourceQualTags = sourceQualTags; in ValidStructClear()
368 TextFsaFree (vsp->sourceQualTags); in ValidStructFree()
13628 vsp->sourceQualTags = TextFsaNew (); in InitializeSourceQualTags()
13630 TextFsaAdd (vsp->sourceQualTags, source_qual_prefixes [i]); in InitializeSourceQualTags()
13645 if (vsp->sourceQualTags == NULL || StringHasNoText (str)) return; in ValidateSourceQualTags()
13651 state = TextFsaNext (vsp->sourceQualTags, state, ch, &matches); in ValidateSourceQualTags()
15566 if (vsp->sourceQualTags == NULL) { in ValidateBioSource()