MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxReadNetwork

Function fxReadNetwork

tools/serial2xsbug/serial2xsbug_win.c:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void fxReadNetwork(txSerialMachine machine, DWORD size)
236{
237 while (size > 0) {
238 fxReadNetworkBuffer(machine, machine->networkBuffer, (int)size);
239 WSAResetEvent(machine->networkOverlapped.hEvent);
240 size = fxReadNetworkAux(machine);
241 }
242}
243
244DWORD fxReadNetworkAux(txSerialMachine machine)
245{

Callers 2

fxOpenNetworkFunction · 0.70
mainFunction · 0.70

Calls 2

fxReadNetworkBufferFunction · 0.85
fxReadNetworkAuxFunction · 0.85

Tested by

no test coverage detected