Home
last modified time | relevance | path

Searched defs:POINTER_TO_KEY (Results 1 – 3 of 3) sorted by relevance

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DMayaType.h127 #define POINTER_TO_KEY(p) HashPtrToUINT(p) macro
129 #define POINTER_TO_KEY(p) (UINT)(p) macro
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DMayaType.h221 #define POINTER_TO_KEY(p) ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p)) macro
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DMayaType.h221 #define POINTER_TO_KEY(p) ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p)) macro