Home
last modified time | relevance | path

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

/reactos/dll/win32/wshtcpip/
H A Dwshtcpip.c672 PQUEUED_REQUEST Queued, NextQueued; in WSHSetSocketInformation() local
763 while ((NextQueued = Queued->Next)) in WSHSetSocketInformation()
765 Queued = NextQueued; in WSHSetSocketInformation()
775 NextQueued = Queued->Next; in WSHSetSocketInformation()
776 NextQueued->Next = NULL; in WSHSetSocketInformation()
777 NextQueued->Info = Info; in WSHSetSocketInformation()