Searched refs:malloc_alloc_p (Results 1 – 1 of 1) sorted by relevance
41 void* malloc_alloc_p(size_t size) { in malloc_alloc_p() function81 *pTextualSid = (LPSTR)malloc_alloc_p(dwSidSize); in alloc_textual_sid()135 if (!(*pptu = (PTOKEN_USER)malloc_alloc_p(size))) in alloc_token_user()171 if (!(name = (LPSTR)malloc_alloc_p(name_len))) status = GetLastError(); in alloc_username()175 if (!(domain = (LPSTR)malloc_alloc_p(domain_len))) status = GetLastError(); in alloc_username()193 *pname = (LPSTR)malloc_alloc_p(size); in alloc_username()220 *pname = (LPSTR)malloc_alloc_p(len); in alloc_name_9x()269 *pname = (LPSTR)malloc_alloc_p(len); in alloc_name_NT()327 pSid = (PSID) malloc_alloc_p(size); in alloc_own_security_descriptor_NT()339 pAcl = (PACL) malloc_alloc_p(size); in alloc_own_security_descriptor_NT()[all …]