Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/object/
H A Dobjmedli.h160 } DocRef, PNTR DocRefPtr; typedef
162 NLM_EXTERN DocRefPtr LIBCALL DocRefNew PROTO((void));
163 NLM_EXTERN DocRefPtr LIBCALL DocRefFree PROTO((DocRefPtr drp));
164 NLM_EXTERN DocRefPtr LIBCALL DocRefAsnRead PROTO((AsnIoPtr aip, AsnTypePtr atp));
165 NLM_EXTERN Boolean LIBCALL DocRefAsnWrite PROTO((DocRefPtr drp, AsnIoPtr aip, AsnTypePtr atp));
176 DocRefPtr ids;
H A Dobjmedli.c1042 DocRefPtr dfp, next; in MedlineFieldFree()
1066 DocRefPtr drp, prev = NULL; in MedlineFieldAsnRead()
1129 DocRefPtr drp; in MedlineFieldAsnWrite()
1175 NLM_EXTERN DocRefPtr LIBCALL DocRefNew (void) in DocRefNew()
1177 DocRefPtr drp; in DocRefNew()
1179 drp = (DocRefPtr)MemNew(sizeof(DocRef)); in DocRefNew()
1188 NLM_EXTERN DocRefPtr LIBCALL DocRefFree (DocRefPtr drp) in DocRefFree()
1193 return (DocRefPtr)MemFree(drp); in DocRefFree()
1201 NLM_EXTERN DocRefPtr LIBCALL DocRefAsnRead (AsnIoPtr aip, AsnTypePtr orig) in DocRefAsnRead()
1203 DocRefPtr drp=NULL; in DocRefAsnRead()
[all …]