Searched refs:DPQ_INSERT (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/directx/wine/dplayx/ |
H A D | dplayx_queue.h | 34 #define DPQ_INSERT(a,b,c) DPQ_INSERT_IN_TAIL(a,b,c) macro
|
H A D | name_server.c | 141 DPQ_INSERT(lpCache->first, lpCacheNode, next ); in NS_AddRemoteComputerAsNameServer()
|
H A D | dplayx_messages.c | 166 DPQ_INSERT( This->dp2->repliesExpected, lpReplyStructList, repliesExpected ); in DP_MSG_BuildAndLinkReplyStruct()
|
H A D | dplay.c | 900 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()
|