Searched refs:slottypes (Results 1 – 2 of 2) sorted by relevance
159 slottypes = NULL; in Interface()343 free( slottypes ); in ~Interface()3406 if (slottypes) { in InitItemTypes()3407 free(slottypes); in InitItemTypes()3408 slottypes = NULL; in InitItemTypes()3421 slottypes[row].slot = i; in InitItemTypes()3425 slottypes[row].slot = i; in InitItemTypes()3473 if (idx==slottypes[i].slot) { in FindSlot()3485 return slottypes[idx].slot; in QuerySlot()3501 return slottypes[idx].slotid; in QuerySlotID()[all …]
402 SlotType* slottypes; variable