Home
last modified time | relevance | path

Searched refs:AsnIoNew (Results 1 – 25 of 56) sorted by relevance

123

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/ctools/asn/
H A Dasnio.cpp81 m_In = AsnIoNew(m_mode | ASNIO_IN, 0, this, in Init()
102 m_Out = AsnIoNew(mode | ASNIO_OUT, 0, this, in AsnMemoryWrite()
H A Dasnwrite.cpp69 out = m_Out = AsnIoNew(m_Mode | ASNIO_OUT, 0, this, in GetOut()
/dports/biology/ncbi-toolkit/ncbi/ctools/
H A Dasn_connection.c127 aip = AsnIoNew(type | ASNIO_IN, 0, (void*) conn, s_AsnRead, 0); in CreateAsnConn()
130 aip = AsnIoNew(type | ASNIO_OUT, 0, (void*) conn, 0, s_AsnWrite); in CreateAsnConn()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/ctools/
H A Dasn_connection.c127 aip = AsnIoNew(type | ASNIO_IN, 0, (void*) conn, s_AsnRead, 0); in CreateAsnConn()
130 aip = AsnIoNew(type | ASNIO_OUT, 0, (void*) conn, 0, s_AsnWrite); in CreateAsnConn()
/dports/biology/ncbi-toolkit/ncbi/network/nsclilib/
H A Dni_debug.c186 result->raip = AsnIoNew((ASNIO_BIN | ASNIO_IN), (FILE *)0, in s_GenericGetService()
188 result->waip = AsnIoNew((ASNIO_BIN | ASNIO_OUT), (FILE *)0, in s_GenericGetService()
/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dmmdbsrv.c1266 aip = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1270 aip = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1274 aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1278 aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1294 aip = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1298 aip = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1302 aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1306 aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
H A Dvastlocl.c116 aip = AsnIoNew(ASNIO_BIN_IN, pipe, NULL, NULL, NULL); in VASTBsAnnotSetGet()
H A Dvast2cn3d.c519 paiFile = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in VastToCn3D()
522 paiFile = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in VastToCn3D()
H A DmmdbFF.c216 aip = AsnIoNew(ASNIO_BIN_IN, pipe , NULL, NULL, NULL); in MMDBBiostrucGet()
H A Dmmdblocl.c394 aip = AsnIoNew(ASNIO_BIN_IN, pipe , NULL, NULL, NULL); in MMDBBiostrucGet()
/dports/biology/ncbi-toolkit/ncbi/asnlib/
H A Dasnio.c113 aip = AsnIoNew(type, fp, NULL, NULL, NULL); in AsnIoOpen()
149 NLM_EXTERN AsnIoPtr LIBCALL AsnIoNew (Int1 type, FILE *fp, Pointer iostruct, IoFuncType readfunc, … in AsnIoNew() function
1219 aimp->aip = AsnIoNew(type, NULL, (Pointer)aimp, AsnIoMemRead, AsnIoMemWrite); in AsnIoMemOpen()
1321 aibp->aip = AsnIoNew(type, NULL, (Pointer)aibp, AsnIoBSRead, AsnIoBSWrite); in AsnIoBSOpen()
1486 aibp->aip = AsnIoNew((Int1)(ASNIO_OUT | ASNIO_BIN), NULL, (Pointer)aibp, NULL, AsnIoCompWrite); in AsnIoMemComp()
1566 aip = AsnIoNew(ASNIO_OUT | ASNIO_BIN, NULL, (Pointer)&retval, in AsnIoHash()
H A Dasn.h392 NLM_EXTERN AsnIoPtr LIBCALL AsnIoNew PROTO((Int1 type, FILE * fp, Pointer iostruct, IoFuncType read…
426 #define AsnIoNullOpen() AsnIoNew((ASNIO_OUT | ASNIO_TEXT | ASNIO_CARRIER), NULL, NULL, NULL, NULL)
/dports/biology/ncbi-toolkit/ncbi/biostruc/newmmdb/
H A Dmmdbsrv.c1005 aip = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1009 aip = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1013 aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1017 aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1034 aip = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1038 aip = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1042 aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
1046 aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in SendStructureMIME()
/dports/biology/ncbi-toolkit/ncbi/network/spell/server/
H A Dspellsrv.c346 asnin = AsnIoNew(ASNIO_BIN_IN, stdin, NULL, NULL, NULL); in Main()
347 asnout = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in Main()
/dports/biology/ncbi-toolkit/ncbi/biostruc/newvast/
H A Dvastlocl.c120 aip = AsnIoNew(ASNIO_BIN_IN, pipe, NULL, NULL, NULL); in VASTBsAnnotSetGet()
H A Dvast2cn3dDB.c871 if (iPDB != 1) paiFile = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in VastToCn3DAndAli()
872 else paiFile = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in VastToCn3DAndAli()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seq/unit_test/
H A Dseq_c_compat_unit_test.cpp158 AsnIoPtr aip = AsnIoNew((ASNIO_IN | ASNIO_TEXT), NULL, aimp, in s_TestIdFormatting()
/dports/biology/ncbi-toolkit/ncbi/network/medarch/server/
H A Dmfmt_medasn.c110 asn_hand->ioptr = AsnIoNew( (asn_hand->mode == binary) ? in mfmt_init_output()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/ctools/ctransition/
H A Dct_nlmzip_streamprocs.cpp603 return AsnIoNew(ASNIO_BIN_IN, NULL, stream, asnio2fci_proc, NULL);
605 return AsnIoNew(ASNIO_BIN_OUT, NULL, stream, NULL, asnio2fci_proc);
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dasn2gb.c715 aip = AsnIoNew (ASNIO_TEXT_OUT | ASNIO_XML, ofp, NULL, NULL, NULL); in HandleSingleRecord()
719 aip = AsnIoNew (ASNIO_TEXT_OUT | ASNIO_XML, ofp, NULL, NULL, NULL); in HandleSingleRecord()
851 aip = AsnIoNew (ASNIO_TEXT_OUT | ASNIO_XML, ofp, NULL, NULL, NULL); in HandleCatenatedRecord()
855 aip = AsnIoNew (ASNIO_TEXT_OUT | ASNIO_XML, ofp, NULL, NULL, NULL); in HandleCatenatedRecord()
1509 aip = AsnIoNew (binary? ASNIO_BIN_IN : ASNIO_TEXT_IN, fp, NULL, NULL, NULL); in HandleMultipleRecords()
1845 aip = AsnIoNew (ASNIO_TEXT_OUT | ASNIO_XML, ofp, NULL, NULL, NULL); in ProcessOneSeqEntry()
1849 aip = AsnIoNew (ASNIO_TEXT_OUT | ASNIO_XML, ofp, NULL, NULL, NULL); in ProcessOneSeqEntry()
H A Dqbatch.c204 bgbp->aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in BGenBankInit()
322 aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in BEPrintIds()
/dports/biology/ncbi-toolkit/ncbi/biostruc/cblast/
H A Dcblast.c962 aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in SendMimePage()
1056 aip = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in SendAsnPage()
1060 aip = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in SendAsnPage()
1063 aip = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in SendAsnPage()
/dports/biology/ncbi-toolkit/ncbi/biostruc/newVSch/
H A Dvast2cn3dDB_comb.cpp718 if (iPDB != 1) paiFile = AsnIoNew(ASNIO_BIN_OUT, stdout, NULL, NULL, NULL); in VastToCn3DAndAli()
719 else paiFile = AsnIoNew(ASNIO_TEXT_OUT, stdout, NULL, NULL, NULL); in VastToCn3DAndAli()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/
H A Dasntypes.cpp669 m_AsnIo = AsnIoNew(flags, 0, this, 0, WriteAsn); in AsnIo()
792 m_AsnIo = AsnIoNew(flags, 0, this, ReadAsn, 0); in AsnIo()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/
H A Dasntypes.cpp669 m_AsnIo = AsnIoNew(flags, 0, this, 0, WriteAsn); in AsnIo()
792 m_AsnIo = AsnIoNew(flags, 0, this, ReadAsn, 0); in AsnIo()

123