Searched refs:thisSend (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3debughandlers.c168 int thisSend; local
176 thisSend = send(sock, ptr, len - sent, 0);
180 if (thisSend == -1)
187 ptr += thisSend;
188 sent += thisSend;

Completed in 121 milliseconds