Home
last modified time | relevance | path

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

/reactos/dll/win32/ws2_32/src/
H A Dgetxbyxx.c114 PVOID NewResults = NULL; in getxyDataEnt() local
181 NewResults = HeapAlloc(WsSockHeap, 0, Length); in getxyDataEnt()
182 if (NewResults) in getxyDataEnt()
185 *Results = NewResults; in getxyDataEnt()
188 WsaQuery = (PWSAQUERYSETA)NewResults; in getxyDataEnt()