Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/asnlib/
H A Dasnprint.c769 if (aip->type & ASNIO_CARRIER) /* pure iterator */ in AsnPrintStrStore()
807 if (aip->type & ASNIO_CARRIER) /* pure iterator */ in AsnPrintReal()
873 if (aip->type & ASNIO_CARRIER) /* pure iterator */ in AsnPrintInteger()
891 if (aip->type & ASNIO_CARRIER) /* pure iterator */ in AsnPrintBigInt()
908 if (aip->type & ASNIO_CARRIER) /* pure iterator */ in AsnPrintChar()
925 if (aip->type & ASNIO_CARRIER) /* pure iterator */ in AsnPrintBoolean()
1065 if (! (aip->type & ASNIO_CARRIER)) in AsnPrintIndent()
1104 if (! (aip->type & ASNIO_CARRIER)) in AsnPrintIndent()
1152 if (! (aip->type & ASNIO_CARRIER)) /* really printing */ in AsnPrintNewLineInt()
1207 if (! (aip->type & ASNIO_CARRIER)) /* really printing */ in AsnPrintNewLineInt()
[all …]
H A Dasnbufo.c109 if (aip->type & ASNIO_CARRIER) /* pure iterator */ in AsnPrintBuf()
161 if (aip->type & ASNIO_CARRIER) /* pure iterator */ in AsnPrintBufOctets()
H A Dasn.h152 #define ASNIO_CARRIER 32 /* is a pure iterator */ macro
426 #define AsnIoNullOpen() AsnIoNew((ASNIO_OUT | ASNIO_TEXT | ASNIO_CARRIER), NULL, NULL, NULL, NULL)
H A Dasnio.c163 if (! (type & ASNIO_CARRIER)) /* not AsnIoNullOpen() */ in AsnIoNew()