Searched refs:pSystemSID (Results 1 – 1 of 1) sorted by relevance
727 PSID pSystemSID = NULL; in KFW_set_ccache_dacl() local744 if (!ConvertStringSidToSid("S-1-5-18", &pSystemSID)) { in KFW_set_ccache_dacl()751 SystemSIDlength = GetLengthSid(pSystemSID); in KFW_set_ccache_dacl()786 pSystemSID); in KFW_set_ccache_dacl()828 if (pSystemSID) in KFW_set_ccache_dacl()829 LocalFree(pSystemSID); in KFW_set_ccache_dacl()840 PSID pSystemSID = NULL; in KFW_set_ccache_dacl_with_user_sid() local855 if (!ConvertStringSidToSid("S-1-5-18", &pSystemSID)) { in KFW_set_ccache_dacl_with_user_sid()862 SystemSIDlength = GetLengthSid(pSystemSID); in KFW_set_ccache_dacl_with_user_sid()883 pSystemSID); in KFW_set_ccache_dacl_with_user_sid()[all …]