Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil3.c20396 SeqIntPtr sint_combined = NULL; in CombineSeqInt() local
20401 sint_combined = SeqIntNew (); in CombineSeqInt()
20403 sint_combined->strand = sint1->strand; in CombineSeqInt()
20404 sint_combined->from = sint1->from; in CombineSeqInt()
20406 sint_combined->to = sint2->to; in CombineSeqInt()
20409 return sint_combined; in CombineSeqInt()
20418 SeqIntPtr sint_combined; in CombineLocations() local
20448 if (sint_combined != NULL) { in CombineLocations()
20470 if (sint_combined != NULL) { in CombineLocations()
20492 if (sint_combined != NULL) { in CombineLocations()
[all …]