/reactos/base/services/wkssvc/ |
H A D | rpcserver.c | 68 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function 207 pWkstaInfo = midl_user_allocate(sizeof(WKSTA_INFO_100)); in NetrWkstaGetInfo() 231 pWkstaInfo = midl_user_allocate(sizeof(WKSTA_INFO_101)); in NetrWkstaGetInfo() 259 pWkstaInfo = midl_user_allocate(sizeof(WKSTA_INFO_102)); in NetrWkstaGetInfo() 289 pWkstaInfo = midl_user_allocate(sizeof(WKSTA_INFO_502)); in NetrWkstaGetInfo() 557 pUserInfo0 = midl_user_allocate(count * sizeof(WKSTA_USER_INFO_0)); in NetrWkstaUserEnum() 588 pUserInfo1 = midl_user_allocate(count * sizeof(WKSTA_USER_INFO_1)); in NetrWkstaUserEnum() 749 pUserInfo = midl_user_allocate(sizeof(WKSTA_USER_INFO_0)); in NetrWkstaUserGetInfo() 780 pUserInfo = midl_user_allocate(sizeof(WKSTA_USER_INFO_1)); in NetrWkstaUserGetInfo() 850 pUserInfo = midl_user_allocate(sizeof(WKSTA_USER_INFO_1101)); in NetrWkstaUserGetInfo() [all …]
|
H A D | domain.c | 108 *NameBuffer = midl_user_allocate(PrimaryDomainInfo->Name.Length + sizeof(WCHAR)); in NetpGetJoinInformation()
|
/reactos/dll/win32/samsrv/ |
H A D | user.c | 60 GroupsBuffer = midl_user_allocate(Length + sizeof(GROUP_MEMBERSHIP)); in SampAddGroupMembershipToUser() 129 GroupsBuffer = midl_user_allocate(Length); in SampRemoveGroupMembershipFromUser() 212 GroupsBuffer = midl_user_allocate(Length); in SampGetUserGroupAttributes() 277 GroupsBuffer = midl_user_allocate(Length); in SampSetUserGroupAttributes() 336 GroupsBuffer = midl_user_allocate(Length); in SampRemoveUserFromAllGroups() 447 NtHistory = midl_user_allocate(NtHistoryLength); in SampSetUserPassword() 516 LmHistory = midl_user_allocate(LmHistoryLength); in SampSetUserPassword() 647 RawBuffer = midl_user_allocate(Length); in SampGetLogonHoursAttribute() 666 LogonHours->LogonHours = midl_user_allocate(BufferLength); in SampGetLogonHoursAttribute() 703 RawBuffer = midl_user_allocate(Length); in SampSetLogonHoursAttribute()
|
H A D | samrpc.c | 114 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function 379 RelativeSd = midl_user_allocate(RelativeSdSize); in SamrQuerySecurityObject() 434 SdData = midl_user_allocate(sizeof(SAMPR_SR_SECURITY_DESCRIPTOR)); in SamrQuerySecurityObject() 588 *DomainId = midl_user_allocate(Length); in SamrLookupDomainInSamServer() 711 EnumBuffer = midl_user_allocate(sizeof(SAMPR_ENUMERATION_BUFFER)); in SamrEnumerateDomainsInSamServer() 923 InfoBuffer = midl_user_allocate(sizeof(SAMPR_DOMAIN_INFO_BUFFER)); in SampQueryDomainPassword() 3385 RidArray = midl_user_allocate(MaxSidCount * sizeof(ULONG)); in SamrGetAliasMembership() 3514 Use->Element = midl_user_allocate(Count * sizeof(ULONG)); in SamrLookupNamesInDomain() 4712 MembersBuffer->Members = midl_user_allocate(Length); in SamrGetMembersInGroup() 4719 MembersBuffer->Attributes = midl_user_allocate(Length); in SamrGetMembersInGroup() [all …]
|
H A D | group.c | 56 MembersBuffer = midl_user_allocate(Length + sizeof(ULONG)); in SampAddMemberToGroup() 121 MembersBuffer = midl_user_allocate(Length); in SampRemoveMemberFromGroup()
|
H A D | alias.c | 251 Members = midl_user_allocate(Count * sizeof(SAMPR_SID_INFORMATION)); in SampGetMembersInAlias() 279 Members[Index].SidPointer = midl_user_allocate(DataLength); in SampGetMembersInAlias()
|
/reactos/dll/win32/lsasrv/ |
H A D | dssetup.c | 75 Buffer = midl_user_allocate(Size); in DsRolepGetBasicInfo() 104 Buffer = midl_user_allocate(sizeof(DSROLE_UPGRADE_STATUS_INFO)); in DsRolepGetUpdateStatus() 124 Buffer = midl_user_allocate(sizeof(DSROLE_OPERATION_STATE_INFO)); in DsRolepGetOperationState()
|
H A D | lsarpc.c | 1054 EnumBuffer.Information = midl_user_allocate(EnumCount * sizeof(LSAPR_ACCOUNT_INFORMATION)); in LsarEnumerateAccounts() 1097 EnumBuffer.Information[i].Sid = midl_user_allocate(DataLength); in LsarEnumerateAccounts() 2291 CurrentValue = midl_user_allocate(CurrentValueLength); in LsarQuerySecret() 2307 EncCurrentValue = midl_user_allocate(sizeof(LSAPR_CR_CIPHER_VALUE)); in LsarQuerySecret() 2346 OldValue = midl_user_allocate(OldValueLength); in LsarQuerySecret() 2362 EncOldValue = midl_user_allocate(sizeof(LSAPR_CR_CIPHER_VALUE) + OldValueLength); in LsarQuerySecret() 2775 EnumBuffer[EnumCount].Sid = midl_user_allocate(Size); in LsarEnumerateAccountsWithUserRight() 2810 ReturnBuffer = midl_user_allocate(EnumCount * sizeof(LSAPR_ACCOUNT_INFORMATION)); in LsarEnumerateAccountsWithUserRight() 3667 CurrentValue = midl_user_allocate(CurrentValueLength); in LsarRetrievePrivateData() 3683 EncCurrentValue = midl_user_allocate(sizeof(LSAPR_CR_CIPHER_VALUE) + CurrentValueLength); in LsarRetrievePrivateData()
|
H A D | lsasrv.c | 340 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function
|
/reactos/modules/rostests/win32/rpcrt4/context_handles/ |
H A D | server.c | 10 *pphContext = (PCTXTYPE)midl_user_allocate( sizeof(CTXTYPE) ); in CtxOpen() 70 void __RPC_FAR * __RPC_USER midl_user_allocate(size_t len) in midl_user_allocate() function
|
H A D | client.c | 449 void __RPC_FAR * __RPC_USER midl_user_allocate(size_t len) in midl_user_allocate() function
|
/reactos/base/services/schedsvc/ |
H A D | rpcserver.c | 69 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function 274 pEnum = midl_user_allocate(dwRequiredSize); in NetrJobEnum() 360 pInfo = midl_user_allocate(sizeof(AT_INFO)); in NetrJobGetInfo() 367 pInfo->Command = midl_user_allocate((wcslen(CurrentJob->Command) + 1) * sizeof(WCHAR)); in NetrJobGetInfo()
|
/reactos/base/services/srvsvc/ |
H A D | rpcserver.c | 71 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function 373 pServerInfo = midl_user_allocate(dwSize); in NetrServerGetInfo() 387 pServerInfo = midl_user_allocate(dwSize); in NetrServerGetInfo() 406 pServerInfo = midl_user_allocate(dwSize); in NetrServerGetInfo() 490 pStatBuffer = midl_user_allocate(sizeof(STAT_SERVER_0)); in NetrServerStatisticsGet() 560 *BufferPtr = midl_user_allocate(sizeof(TIME_OF_DAY_INFO)); in NetrRemoteTOD()
|
/reactos/dll/win32/advapi32/service/ |
H A D | rpc.c | 15 midl_user_allocate(SIZE_T len) in midl_user_allocate() function
|
/reactos/base/services/dnsrslvr/ |
H A D | cache.c | 288 pNewEntry = midl_user_allocate(sizeof(DNS_CACHE_ENTRY)); in DnsIntCacheGetEntries() 294 … pNewEntry->pszName = midl_user_allocate((wcslen(CacheEntry->Record->pName) + 1) * sizeof(WCHAR)); in DnsIntCacheGetEntries()
|
H A D | rpcserver.c | 172 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function
|
/reactos/win32ss/printing/base/spoolsv/ |
H A D | rpcserver.c | 39 midl_user_allocate(SIZE_T len) in midl_user_allocate() function
|
/reactos/dll/win32/dnsapi/ |
H A D | rpc.c | 66 midl_user_allocate(SIZE_T len) in midl_user_allocate() function
|
/reactos/sdk/include/psdk/ |
H A D | rpc.h | 40 #define midl_user_allocate MIDL_user_allocate macro
|
/reactos/dll/win32/setupapi/ |
H A D | rpc.c | 112 midl_user_allocate(SIZE_T len) in midl_user_allocate() function
|
/reactos/dll/win32/samlib/ |
H A D | samlib.c | 59 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function 179 CharTypeBuffer = midl_user_allocate(PasswordLength * sizeof(WORD)); in SampCheckPassword() 533 pServerName = midl_user_allocate(ServerName->Length + sizeof(WCHAR)); in SamConnect() 1291 *Names = midl_user_allocate(Count * sizeof(RPC_UNICODE_STRING)); in SamLookupIdsInDomain() 1300 (*Names)[i].Buffer = midl_user_allocate(NamesBuffer.Element[i].MaximumLength); in SamLookupIdsInDomain() 1320 *Use = midl_user_allocate(Count * sizeof(SID_NAME_USE)); in SamLookupIdsInDomain() 1403 *RelativeIds = midl_user_allocate(Count * sizeof(ULONG)); in SamLookupNamesInDomain() 1410 *Use = midl_user_allocate(Count * sizeof(SID_NAME_USE)); in SamLookupNamesInDomain()
|
/reactos/win32ss/printing/base/winspool/ |
H A D | main.c | 62 midl_user_allocate(SIZE_T len) in midl_user_allocate() function
|
/reactos/base/services/browser/ |
H A D | rpcserver.c | 49 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function
|
/reactos/dll/win32/advapi32/sec/ |
H A D | lsa.c | 1555 DecryptedCurrentValue = midl_user_allocate(BufferSize); in LsaQuerySecret() 1584 DecryptedOldValue = midl_user_allocate(BufferSize); in LsaQuerySecret() 1845 DecryptedData = midl_user_allocate(BufferSize); in LsaRetrievePrivateData() 2036 EncryptedCurrentValue = midl_user_allocate(BufferSize); in LsaSetSecret() 2053 EncryptedOldValue = midl_user_allocate(BufferSize); in LsaSetSecret() 2223 EncryptedData = midl_user_allocate(BufferSize); in LsaStorePrivateData()
|
/reactos/base/services/seclogon/ |
H A D | rpcserver.c | 19 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function
|