Home
last modified time | relevance | path

Searched refs:REG_USERS (Results 1 – 9 of 9) sorted by relevance

/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DSecure.c236 TOKEN_LIST *t = MsRegEnumKey(REG_USERS, NULL); in Win32LoadSecModule()
250 if (MsRegIsValue(REG_USERS, tmp, "Name") && MsRegIsValue(REG_USERS, tmp, "RWType")) in Win32LoadSecModule()
252 char *name = MsRegReadStr(REG_USERS, tmp, "Name"); in Win32LoadSecModule()
253 char *port = MsRegReadStr(REG_USERS, tmp, "Port"); in Win32LoadSecModule()
254 UINT type = MsRegReadInt(REG_USERS, tmp, "RWType"); in Win32LoadSecModule()
H A DMicrosoft.h528 #define REG_USERS 3 // HKEY_USERS macro
H A DMicrosoft.c14529 case REG_USERS: in MsGetRootKeyFromInt()
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DSecure.c236 TOKEN_LIST *t = MsRegEnumKey(REG_USERS, NULL); in Win32LoadSecModule()
250 if (MsRegIsValue(REG_USERS, tmp, "Name") && MsRegIsValue(REG_USERS, tmp, "RWType")) in Win32LoadSecModule()
252 char *name = MsRegReadStr(REG_USERS, tmp, "Name"); in Win32LoadSecModule()
253 char *port = MsRegReadStr(REG_USERS, tmp, "Port"); in Win32LoadSecModule()
254 UINT type = MsRegReadInt(REG_USERS, tmp, "RWType"); in Win32LoadSecModule()
H A DMicrosoft.h528 #define REG_USERS 3 // HKEY_USERS macro
H A DMicrosoft.c14529 case REG_USERS: in MsGetRootKeyFromInt()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DSecure.c160 TOKEN_LIST *t = MsRegEnumKey(REG_USERS, NULL); in Win32LoadSecModule()
174 if (MsRegIsValue(REG_USERS, tmp, "Name") && MsRegIsValue(REG_USERS, tmp, "RWType")) in Win32LoadSecModule()
176 char *name = MsRegReadStr(REG_USERS, tmp, "Name"); in Win32LoadSecModule()
177 char *port = MsRegReadStr(REG_USERS, tmp, "Port"); in Win32LoadSecModule()
178 UINT type = MsRegReadInt(REG_USERS, tmp, "RWType"); in Win32LoadSecModule()
H A DMicrosoft.h263 #define REG_USERS 3 // HKEY_USERS macro
H A DMicrosoft.c9799 case REG_USERS: in MsGetRootKeyFromInt()