Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dreaddb.h1076 } SI_Record, PNTR SI_RecordPtr; typedef
1079 SI_Record* SI_RecordNew(void);
1083 SI_Record* SI_RecordFree(SI_Record* srp);
H A Dreaddb.c9475 SI_Record* SI_RecordNew(void) in SI_RecordNew()
9477 return (SI_Record*) calloc(1, sizeof(SI_Record)); in SI_RecordNew()
9483 SI_Record* SI_RecordFree(SI_Record* srp) in SI_RecordFree()
9490 SI_Record* tmp = srp->next; in SI_RecordFree()
9503 static SI_Record* SI_RecordAddNode(SI_Record* srp) in SI_RecordAddNode()
9518 static SI_Record*
9519 SI_RecordAddFormatdb_ver(SI_Record* srp, int gi, int owner, const char* div, in SI_RecordAddFormatdb_ver()
9549 static SI_Record*
9550 SI_RecordAddFormatdb_ver_text(SI_Record* srp, Int4 gi, Int4 owner, Int4 taxid, in SI_RecordAddFormatdb_ver_text()
9680 SI_Record* si = NULL; in FDBAddSequence()