Home
last modified time | relevance | path

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

/external/antlr/runtime/C/src/
Dantlr3debughandlers.c168 int thisSend; in sockSend() local
176 thisSend = send(sock, ptr, len - sent, 0); in sockSend()
180 if (thisSend == -1) in sockSend()
187 ptr += thisSend; in sockSend()
188 sent += thisSend; in sockSend()