Home
last modified time | relevance | path

Searched refs:I_RpcAllocate (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Drpcrt4_ros.diff165 - pipe_name = I_RpcAllocate(sizeof(prefix) + strlen(endpoint));
167 + pipe_name = I_RpcAllocate(sizeof(prefix) + strlen(server) + strlen(endpoint));
H A Drpc_transport.c446 pipe_name = I_RpcAllocate(sizeof(prefix) + strlen(endpoint)); in ncalrpc_pipe_name()
539 pipe_name = I_RpcAllocate(sizeof(prefix) + strlen(server) + strlen(endpoint)); in ncacn_pipe_name()
544 pipe_name = I_RpcAllocate(sizeof(prefix) + strlen(endpoint)); in ncacn_pipe_name()
866 *endpoint = I_RpcAllocate(smb_floor->count_rhs); in rpcrt4_ncacn_np_parse_top_of_tower()
890 *networkaddr = I_RpcAllocate(nb_floor->count_rhs); in rpcrt4_ncacn_np_parse_top_of_tower()
1150 *endpoint = I_RpcAllocate(pipe_floor->count_rhs); in rpcrt4_ncalrpc_parse_top_of_tower()
1334 *endpoint = I_RpcAllocate(6 /* sizeof("65535") + 1 */); in rpcrt4_ip_tcp_parse_top_of_tower()
1342 *networkaddr = I_RpcAllocate(INET_ADDRSTRLEN); in rpcrt4_ip_tcp_parse_top_of_tower()
3855 *protseq = I_RpcAllocate(strlen(protseq_ops->name) + 1); in RpcTransport_ParseTopOfTower()
H A Dndr_stubless.c1629 …async_call_data = I_RpcAllocate(sizeof(*async_call_data) + sizeof(MIDL_STUB_MESSAGE) + sizeof(RPC_… in do_ndr_async_client_call()
1669 pStubMsg->StackTop = I_RpcAllocate(async_call_data->stack_size); in do_ndr_async_client_call()
1974 …async_call_data = I_RpcAllocate(sizeof(*async_call_data) + sizeof(MIDL_STUB_MESSAGE) + sizeof(RPC_… in NdrAsyncServerCall()
2052 pAsync = I_RpcAllocate(sizeof(*pAsync)); in NdrAsyncServerCall()
H A Drpc_epmap.c618 *tower = I_RpcAllocate(FIELD_OFFSET(twr_t, tower_octet_string[tower_size])); in TowerConstruct()
H A Drpc_message.c1419 pMsg->Buffer = I_RpcAllocate(pMsg->BufferLength); in RPCRT4_ReceiveWithAuth()
1651 pMsg->Buffer = I_RpcAllocate(pMsg->BufferLength); in I_RpcGetBuffer()
H A Drpcrt4_main.c716 void * WINAPI I_RpcAllocate(unsigned int Size) in I_RpcAllocate() function
H A Drpcrt4.spec24 24 stdcall I_RpcAllocate(long)
/reactos/sdk/include/psdk/
H A Drpcdcep.h156 I_RpcAllocate( unsigned int Size );