Home
last modified time | relevance | path

Searched refs:Entrez2HierQueryPtr (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/access/
H A Dobjent2.h225 } Entrez2HierQuery, PNTR Entrez2HierQueryPtr; typedef
228 NLM_EXTERN Entrez2HierQueryPtr LIBCALL Entrez2HierQueryFree PROTO ((Entrez2HierQueryPtr ));
229 NLM_EXTERN Entrez2HierQueryPtr LIBCALL Entrez2HierQueryNew PROTO (( void ));
230 NLM_EXTERN Entrez2HierQueryPtr LIBCALL Entrez2HierQueryAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
231 NLM_EXTERN Boolean LIBCALL Entrez2HierQueryAsnWrite PROTO (( Entrez2HierQueryPtr , AsnIoPtr, AsnTyp…
H A Dobjent2.c1994 Entrez2HierQueryPtr LIBCALL
1997 Entrez2HierQueryPtr ptr = MemNew((size_t) sizeof(Entrez2HierQuery)); in Entrez2HierQueryNew()
2010 Entrez2HierQueryPtr LIBCALL
2011 Entrez2HierQueryFree(Entrez2HierQueryPtr ptr) in Entrez2HierQueryFree()
2030 Entrez2HierQueryPtr LIBCALL
2037 Entrez2HierQueryPtr ptr; in Entrez2HierQueryAsnRead()
2123 Entrez2HierQueryAsnWrite(Entrez2HierQueryPtr ptr, AsnIoPtr aip, AsnTypePtr orig) in Entrez2HierQueryAsnWrite()
H A Dent2api.c1192 Entrez2HierQueryPtr e2hq; in GetDbFromE2Request()
1230 e2hq = (Entrez2HierQueryPtr) vnp->data.ptrvalue; in GetDbFromE2Request()
1801 Entrez2HierQueryPtr e2hq; in EntrezCreateGetTermHierarchyRequest()