Home
last modified time | relevance | path

Searched refs:psid (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DSecurityUtils.cpp138 const PSID psid = GetSid(userName); in AddLockMemoryPrivilege() local
139 if (psid == NULL) in AddLockMemoryPrivilege()
146 NTSTATUS status = policy.EnumerateAccountRights(psid, &userRightsArray, &countOfRights); in AddLockMemoryPrivilege()
177 const NTSTATUS status = policy.AddAccountRights(psid, &userRights); in AddLockMemoryPrivilege()
182 HeapFree(GetProcessHeap(), 0, psid); in AddLockMemoryPrivilege() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfdriver.c892 FT_UInt psid = mm_var->namedstyle[instance].psid; in sfnt_get_var_ps_name() local
898 if ( psid == 6 || in sfnt_get_var_ps_name()
899 ( psid > 255 && psid < 32768 ) ) in sfnt_get_var_ps_name()
900 (void)sfnt->get_name( face, (FT_UShort)psid, &ps_name ); in sfnt_get_var_ps_name()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmm.h188 * psid ::
196 FT_UInt psid; /* since 2.7.1 */ member
/third_party/ntfs-3g/libntfs-3g/
H A Dacls.c262 const SID *psid; in ntfs_attr_size() local
280 psid = (const SID*)&attr[offgroup]; in ntfs_attr_size()
281 endsid = offgroup + ntfs_sid_size(psid); in ntfs_attr_size()
287 psid = (const SID*)&attr[offowner]; in ntfs_attr_size()
288 endsid = offowner + ntfs_sid_size(psid); in ntfs_attr_size()
358 SID *psid; in findimplicit() local
368 psid = (SID*)&defsid; in findimplicit()
369 cnt = psid->sub_authority_count; in findimplicit()
372 psid->sub_authority[cnt-1] = xsid->sub_authority[cnt-1]; in findimplicit()
380 if (ntfs_same_sid(psid,xsi in findimplicit()
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c2418 /* valid psid values are 6, [256;32767], and 0xFFFF */ in FT_LOCAL_DEF()
2420 ns->psid = FT_GET_USHORT(); in FT_LOCAL_DEF()
2422 ns->psid = 0xFFFF; in FT_LOCAL_DEF()
2445 if ( ns->psid != 0xFFFF ) in FT_LOCAL_DEF()
2448 (FT_UShort)ns->psid, in FT_LOCAL_DEF()
2516 ns->psid = TT_NAME_ID_PS_NAME; in FT_LOCAL_DEF()

Completed in 9 milliseconds