Searched refs:buf_filled (Results 1 – 1 of 1) sorted by relevance
97 static size_t buf_filled=0; variable262 buf_filled = 0; in httpCloseSock()303 buf_filled=0; in httpProcessInput()309 if (buf_filled > sizeof (buf)) { in httpProcessInput()315 got = read (rfbScreen->httpSock, buf + buf_filled, in httpProcessInput()316 sizeof (buf) - buf_filled - 1); in httpProcessInput()334 buf_filled += got; in httpProcessInput()335 buf[buf_filled] = '\0'; in httpProcessInput()