Home
last modified time | relevance | path

Searched refs:midl_user_allocate (Results 1 – 25 of 40) sorted by relevance

12

/reactos/base/services/wkssvc/
H A Drpcserver.c68 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 Ddomain.c108 *NameBuffer = midl_user_allocate(PrimaryDomainInfo->Name.Length + sizeof(WCHAR)); in NetpGetJoinInformation()
/reactos/dll/win32/samsrv/
H A Duser.c60 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 Dsamrpc.c114 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 Dgroup.c56 MembersBuffer = midl_user_allocate(Length + sizeof(ULONG)); in SampAddMemberToGroup()
121 MembersBuffer = midl_user_allocate(Length); in SampRemoveMemberFromGroup()
H A Dalias.c251 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 Ddssetup.c75 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 Dlsarpc.c1054 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 Dlsasrv.c340 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 Dserver.c10 *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 Dclient.c449 void __RPC_FAR * __RPC_USER midl_user_allocate(size_t len) in midl_user_allocate() function
/reactos/base/services/schedsvc/
H A Drpcserver.c69 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 Drpcserver.c71 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 Drpc.c15 midl_user_allocate(SIZE_T len) in midl_user_allocate() function
/reactos/base/services/dnsrslvr/
H A Dcache.c288 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 Drpcserver.c172 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function
/reactos/win32ss/printing/base/spoolsv/
H A Drpcserver.c39 midl_user_allocate(SIZE_T len) in midl_user_allocate() function
/reactos/dll/win32/dnsapi/
H A Drpc.c66 midl_user_allocate(SIZE_T len) in midl_user_allocate() function
/reactos/sdk/include/psdk/
H A Drpc.h40 #define midl_user_allocate MIDL_user_allocate macro
/reactos/dll/win32/setupapi/
H A Drpc.c112 midl_user_allocate(SIZE_T len) in midl_user_allocate() function
/reactos/dll/win32/samlib/
H A Dsamlib.c59 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 Dmain.c62 midl_user_allocate(SIZE_T len) in midl_user_allocate() function
/reactos/base/services/browser/
H A Drpcserver.c49 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function
/reactos/dll/win32/advapi32/sec/
H A Dlsa.c1555 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 Drpcserver.c19 void __RPC_FAR * __RPC_USER midl_user_allocate(SIZE_T len) in midl_user_allocate() function

12