Lines Matching full:dword
53 extern "C" DWORD alloc_textual_sid( in alloc_textual_sid()
58 DWORD dwSubAuthorities; in alloc_textual_sid()
59 DWORD dwSidRev = SID_REVISION; in alloc_textual_sid()
60 DWORD dwCounter; in alloc_textual_sid()
61 DWORD dwSidSize; in alloc_textual_sid()
126 DWORD alloc_token_user(HANDLE hToken, PTOKEN_USER *pptu) { in alloc_token_user()
127 DWORD status = 0; in alloc_token_user()
128 DWORD size = 0; in alloc_token_user()
150 DWORD
157 DWORD status = 0; in alloc_username()
158 DWORD name_len = 0; in alloc_username()
159 DWORD domain_len = 0; in alloc_username()
192 DWORD size = name_len + domain_len + 1; in alloc_username()
201 DWORD get_authentication_id(HANDLE hToken, LUID* pAuthId) { in get_authentication_id()
203 DWORD len; in get_authentication_id()
211 DWORD
218 DWORD len = (sizeof(prefix) - 1) + 1 + strlen(postfix) + 1; in alloc_name_9x()
226 DWORD alloc_name_NT(LPSTR* pname, LPSTR postfix) { in alloc_name_NT()
227 DWORD status = 0; in alloc_name_NT()
242 DWORD sessionId; in alloc_name_NT()
243 DWORD len = 0; in alloc_name_NT()
304 extern "C" DWORD alloc_name(LPSTR* pname, LPSTR postfix, BOOL isNT) { in alloc_name()
309 extern "C" DWORD alloc_own_security_descriptor_NT(PSECURITY_DESCRIPTOR* ppsd) { in alloc_own_security_descriptor_NT()
310 DWORD status = 0; in alloc_own_security_descriptor_NT()
315 DWORD size = 0; in alloc_own_security_descriptor_NT()
338 size += sizeof(ACCESS_ALLOWED_ACE) - sizeof(DWORD) + GetLengthSid(pSid); in alloc_own_security_descriptor_NT()
394 DWORD
400 const DWORD max = 8192; in alloc_module_file_name()
401 DWORD status = 0; in alloc_module_file_name()
402 DWORD got = 0; in alloc_module_file_name()
403 DWORD size = 512; // use low number to test... in alloc_module_file_name()
452 DWORD
458 DWORD status = alloc_module_file_name(module, pname); in alloc_module_dir_name()
473 DWORD
480 DWORD status = alloc_module_dir_name(module, pname); in alloc_module_dir_name_with_file()
500 DWORD alloc_cmdline_2_args(char* prog, in alloc_cmdline_2_args()
504 DWORD status = 0; in alloc_cmdline_2_args()