Searched refs:PK11FreeSlotFunc (Results 1 – 4 of 4) sorted by relevance
97 typedef void (*PK11FreeSlotFunc)(PK11SlotInfo *slot); typedef155 PK11FreeSlotFunc PK11_FreeSlot;
99 typedef void (*PK11FreeSlotFunc)(PK11SlotInfo *slot); typedef149 PK11FreeSlotFunc PK11_FreeSlot;
41 PK11_FreeSlot = (PK11FreeSlotFunc)dlsym(nss_3_lib, "PK11_FreeSlot");
122 PK11_FreeSlot = (PK11FreeSlotFunc) in InitNSS()