Searched refs:I_RpcAllocate (Results 1 – 8 of 8) sorted by relevance
165 - pipe_name = I_RpcAllocate(sizeof(prefix) + strlen(endpoint));167 + pipe_name = I_RpcAllocate(sizeof(prefix) + strlen(server) + strlen(endpoint));
446 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()
1629 …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()
618 *tower = I_RpcAllocate(FIELD_OFFSET(twr_t, tower_octet_string[tower_size])); in TowerConstruct()
1419 pMsg->Buffer = I_RpcAllocate(pMsg->BufferLength); in RPCRT4_ReceiveWithAuth()1651 pMsg->Buffer = I_RpcAllocate(pMsg->BufferLength); in I_RpcGetBuffer()
716 void * WINAPI I_RpcAllocate(unsigned int Size) in I_RpcAllocate() function
24 24 stdcall I_RpcAllocate(long)
156 I_RpcAllocate( unsigned int Size );