Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dobjmmdb1.h71 } BiostrucSet, PNTR BiostrucSetPtr; typedef
74 BiostrucSetPtr LIBCALL BiostrucSetFree PROTO ((BiostrucSetPtr ));
75 BiostrucSetPtr LIBCALL BiostrucSetNew PROTO (( void ));
76 BiostrucSetPtr LIBCALL BiostrucSetAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
77 Boolean LIBCALL BiostrucSetAsnWrite PROTO (( BiostrucSetPtr , AsnIoPtr, AsnTypePtr));
H A Dobjmmdb1.c505 BiostrucSetPtr LIBCALL
508 BiostrucSetPtr ptr = MemNew((size_t) sizeof(BiostrucSet)); in BiostrucSetNew()
521 BiostrucSetPtr LIBCALL
522 BiostrucSetFree(BiostrucSetPtr ptr) in BiostrucSetFree()
541 BiostrucSetPtr LIBCALL
548 BiostrucSetPtr ptr; in BiostrucSetAsnRead()
627 BiostrucSetAsnWrite(BiostrucSetPtr ptr, AsnIoPtr aip, AsnTypePtr orig) in BiostrucSetAsnWrite()