Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dasn2gnb6.c3764 static Int4 ic_code_len = 0; variable
3860 ic_code_len = ValNodeLen (ic_code_list); in SetupInstCodeNameTable()
3861 if (ic_code_len > 0) { in SetupInstCodeNameTable()
3863 ic_code_data = (IcCodePtr PNTR) MemNew (sizeof (IcCodePtr) * (ic_code_len + 1)); in SetupInstCodeNameTable()
3892 R = ic_code_len - 1; in FullNameFromInstCode()
H A Dvalid.c13750 static Int4 ic_code_len = 0; variable
13824 ic_code_len = ValNodeLen (ic_code_list); in SetupInstCollTable()
13825 if (ic_code_len > 0) { in SetupInstCollTable()
13827 ic_code_data = (CharPtr PNTR) MemNew (sizeof (CharPtr) * (ic_code_len + 1)); in SetupInstCollTable()
13835 ic_code_type = (Uint1 PNTR) MemNew (sizeof (Uint1) * (ic_code_len + 1)); in SetupInstCollTable()
13857 R = ic_code_len - 1; in CheckInstCollName()