Lines Matching defs:BUFSIZE
69 #define BUFSIZE 16384
1101 unsigned char netinbuf[BUFSIZE];
1103 unsigned char stdinbuf[BUFSIZE];
1194 if (pfd[POLL_STDIN].revents & POLLIN && stdinbufpos < BUFSIZE) {
1207 if (stdinbufpos == BUFSIZE)
1224 if (stdinbufpos < BUFSIZE)
1228 if (pfd[POLL_NETIN].revents & POLLIN && netinbufpos < BUFSIZE) {
1252 if (netinbufpos == BUFSIZE)
1273 if (netinbufpos < BUFSIZE)
1322 size_t num = BUFSIZE - *bufpos;