Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dasn2gnb6.c3763 static IcCodePtr PNTR ic_code_data = NULL; variable
3820 if (ic_code_data != NULL) return; in SetupInstCodeNameTable()
3863 ic_code_data = (IcCodePtr PNTR) MemNew (sizeof (IcCodePtr) * (ic_code_len + 1)); in SetupInstCodeNameTable()
3864 if (ic_code_data != NULL) { in SetupInstCodeNameTable()
3867 ic_code_data [i] = irp; in SetupInstCodeNameTable()
3886 if (ic_code_data == NULL) { in FullNameFromInstCode()
3889 if (ic_code_data == NULL) return NULL; in FullNameFromInstCode()
3895 irp = ic_code_data [(int) mid]; in FullNameFromInstCode()
3902 irp = ic_code_data [(int) R]; in FullNameFromInstCode()
H A Dvalid.c13748 static CharPtr PNTR ic_code_data = NULL; variable
13773 if (ic_code_data != NULL) return; in SetupInstCollTable()
13827 ic_code_data = (CharPtr PNTR) MemNew (sizeof (CharPtr) * (ic_code_len + 1)); in SetupInstCollTable()
13828 if (ic_code_data != NULL) { in SetupInstCollTable()
13831 ic_code_data [i] = str; in SetupInstCollTable()
13860 str = ic_code_data [(int) mid]; in CheckInstCollName()
13873 return ic_code_data [(int) R]; in CheckInstCollName()
22675 ic_code_data = MemFree (ic_code_data); in ECNumberFSAFreeAll()