Lines Matching refs:qlen
337 size_t qlen;365 qlen = 0;367 if ((n = recv(fd, &buf[qlen], sizeof(buf) - qlen, 0)) < 0) {379 qlen += n;380 if (qlen >= sizeof(buf)) {384 if ((qlen >= 2) && (buf[qlen - 2] == '\r') &&385 (buf[qlen - 1] == '\n'))388 buf[qlen - 2] = '\0';
Indexes created Thu Oct 30 16:09:53 GMT 2025