Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dffprint.c146 bfp->byte_sp = BSFree(bfp->byte_sp); in free_buff_contents()
241 byte_sp = bfp->byte_sp; in ff_MergeString()
244 bfp->byte_sp = BSFree(bfp->byte_sp); in ff_MergeString()
286 byte_sp = bfp->byte_sp; in FFPrint()
288 bfp->byte_sp = BSFree(bfp->byte_sp); in FFPrint()
585 l = (bfp->byte_sp == NULL) ? 0 : BSLen(bfp->byte_sp); in AddLink()
620 l = (bfp->byte_sp == NULL) ? 0 : BSLen(bfp->byte_sp); in AddLinkLater()
1018 byte_sp=bfp->byte_sp; in FlushBuffer()
1020 bfp->byte_sp = byte_sp = BSNew(MAX_BTP_BUF); in FlushBuffer()
1121 byte_sp = bfp->byte_sp; in ReportPrint()
[all …]
H A Dffprint.h78 ByteStorePtr byte_sp; /* Used to save paragraph (i.e., several lines) member
H A Dasn2ff3.c2130 ByteStorePtr byte_sp; in ConvertToNAImpFeat() local
2260 byte_sp = ProteinFromCdRegion(sfp_in, FALSE); in ConvertToNAImpFeat()
2267 if (CompareTranslation(byte_sp, protein_seq)) { in ConvertToNAImpFeat()
2282 BSFree(byte_sp); in ConvertToNAImpFeat()
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dblastall.c832 ByteStorePtr byte_sp; in BlastGetMaskingLoc()
858 byte_sp = BSNew(1); in BlastGetMaskingLoc()
859 BSWrite(byte_sp, tmp_query_seq, bsp->length); in BlastGetMaskingLoc()
860 bsp_tmp->seq_data = byte_sp; in BlastGetMaskingLoc()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dtoasn3.c3121 ByteStorePtr byte_sp; in CheckGCode() local
3170 byte_sp = ProteinFromCdRegionEx (sfp, FALSE, FALSE); in CheckGCode()
3172 if (CompareTranslation (byte_sp, protein_seq)) { in CheckGCode()
3188 if (byte_sp) in CheckGCode()
3189 BSFree(byte_sp); in CheckGCode()