Home
last modified time | relevance | path

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

/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/pkcs11/
H A D_pkcs11.pyx43 cdef CK_FUNCTION_LIST *_funclist = NULL
363 assertRV(_funclist.C_Logout(handle))
366 assertRV(_funclist.C_CloseSession(handle))
1409 assertRV(C_GetFunctionList(&_funclist))
1432 assertRV(_funclist.C_Initialize(NULL))
1439 assertRV(_funclist.C_GetInfo(&info))
1554 if _funclist != NULL:
1556 assertRV(_funclist.C_Finalize(NULL))
1557 assertRV(_funclist.C_Initialize(NULL))
1560 if _funclist != NULL:
[all …]
/dports/games/cake/cake_src/cake/
H A Dtypes.h221 typedef struct _funclist struct
226 _funclist *next; argument