Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dreaddb.h985 typedef struct CommonIndexHead { struct
991 } CommonIndexHead, *CommonIndexHeadPtr; argument
H A Dreaddb.c11104 CommonIndexHeadPtr cihp = (CommonIndexHeadPtr) MemNew(sizeof(CommonIndexHead)); in CommonIndexInit()