Home
last modified time | relevance | path

Searched refs:DPQ_INSERT (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/directx/wine/dplayx/
H A Ddplayx_queue.h34 #define DPQ_INSERT(a,b,c) DPQ_INSERT_IN_TAIL(a,b,c) macro
H A Dname_server.c141 DPQ_INSERT(lpCache->first, lpCacheNode, next ); in NS_AddRemoteComputerAsNameServer()
H A Ddplayx_messages.c166 DPQ_INSERT( This->dp2->repliesExpected, lpReplyStructList, repliesExpected ); in DP_MSG_BuildAndLinkReplyStruct()
H A Ddplay.c900 DPQ_INSERT(gdata->players, newplist, players); in IDirectPlay4Impl_AddPlayerToGroup()
1133 DPQ_INSERT( This->dp2->lpSysGroup->groups, lpGroup, groups ); in DP_IF_CreateGroup()
1607 DPQ_INSERT( This->dp2->lpSysGroup->players, lpPList, players ); in DP_IF_CreatePlayer()
4012 DPQ_INSERT( gdata->groups, glist, groups ); in IDirectPlay4Impl_AddGroupToGroup()
4064 DPQ_INSERT( lpGParentData->groups, lpGList, groups ); in DP_IF_CreateGroupInGroup()
5275 DPQ_INSERT( This->dp2->sendMsgs, lpMElem, msgs ); in DP_SP_SendEx()