Home
last modified time | relevance | path

Searched refs:cif (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Drpc_server.c136 RpcServerInterface* cif; in RPCRT4_find_interface() local
147 InterlockedIncrement(&cif->CurrentCalls); in RPCRT4_find_interface()
152 if (&cif->entry == &server_interfaces) cif = NULL; in RPCRT4_find_interface()
156 return cif; in RPCRT4_find_interface()
1208 RpcServerInterface *cif; in RpcServerUnregisterIf() local
1216 if (((!IfSpec && !(cif->Flags & RPC_IF_AUTOLISTEN)) || in RpcServerUnregisterIf()
1219 list_remove(&cif->entry); in RpcServerUnregisterIf()
1220 TRACE("unregistering cif %p\n", cif); in RpcServerUnregisterIf()
1221 if (cif->CurrentCalls) { in RpcServerUnregisterIf()
1223 cif->Delete = TRUE; in RpcServerUnregisterIf()
[all …]
H A Drpc_message.c1591 RPC_CLIENT_INTERFACE *cif = pMsg->RpcInterfaceInformation; in I_RpcNegotiateTransferSyntax() local
1592 if (!cif) return RPC_S_INTERFACE_NOT_FOUND; in I_RpcNegotiateTransferSyntax()
1597 status = RpcEpResolveBinding(bind, cif); in I_RpcNegotiateTransferSyntax()
1601 status = RPCRT4_OpenBinding(bind, &conn, &cif->TransferSyntax, in I_RpcNegotiateTransferSyntax()
1602 &cif->InterfaceId, NULL); in I_RpcNegotiateTransferSyntax()
1793 RPC_CLIENT_INTERFACE *cif; in I_RpcSend() local
1819 cif = pMsg->RpcInterfaceInformation; in I_RpcSend()
1822 … status = RPCRT4_OpenBinding(bind, &conn, &cif->TransferSyntax, &cif->InterfaceId, &from_cache); in I_RpcSend()
/reactos/dll/win32/ole32/
H A Drpc.c623 RPC_CLIENT_INTERFACE *cif; in ClientRpcChannelBuffer_GetBuffer() local
637 cif = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(RPC_CLIENT_INTERFACE)); in ClientRpcChannelBuffer_GetBuffer()
638 if (!cif) in ClientRpcChannelBuffer_GetBuffer()
644 HeapFree(GetProcessHeap(), 0, cif); in ClientRpcChannelBuffer_GetBuffer()
648 cif->Length = sizeof(RPC_CLIENT_INTERFACE); in ClientRpcChannelBuffer_GetBuffer()
650 cif->InterfaceId.SyntaxGUID = This->iid; in ClientRpcChannelBuffer_GetBuffer()
652 cif->InterfaceId.SyntaxVersion.MajorVersion = 0; in ClientRpcChannelBuffer_GetBuffer()
653 cif->InterfaceId.SyntaxVersion.MinorVersion = 0; in ClientRpcChannelBuffer_GetBuffer()
655 msg->RpcInterfaceInformation = cif; in ClientRpcChannelBuffer_GetBuffer()
/reactos/dll/win32/inseng/
H A Dinseng_main.c1074 static HRESULT WINAPI InstallEngine2_SetLocalCif(IInstallEngine2 *iface, const char *cif) in InstallEngine2_SetLocalCif() argument
1079 TRACE("(%p)->(%s)\n", This, debugstr_a(cif)); in InstallEngine2_SetLocalCif()
1086 hr = GetICifFileFromFile(&This->icif, cif); in InstallEngine2_SetLocalCif()
/reactos/sdk/include/psdk/
H A Dinseng.idl363 HRESULT SetLocalCif(const char *cif);
/reactos/sdk/lib/3rdparty/freetype/
H A DChangeLog3321 * src/cif/cidobjs.c (cid_size_done, cid_size_init,