Home | History | Annotate | Download | only in lib

Lines Matching defs:in

10  * This software is licensed as described in the file COPYING, which
28 #include <netinet/in.h>
215 /* should always succeed. But, just in case... */
261 can be changed thanks to the "BINARY" option in
270 the connection). Hence, we ignore ECHO in the
282 In this case, the width (or height) that will be assumed by the
881 failf(data, "Syntax error in telnet option: %s", head->data);
888 /* To take care or not of the 8th bit in data exchange */
903 failf(data, "Syntax error in telnet option: %s", head->data);
1065 int in = 0;
1075 in-startwrite); \
1083 startwrite = in
1088 c = inbuf[in];
1197 printoption(data, "In SUBOPTION processing, RCVD", CURL_IAC, c);
1216 ++in;
1376 ** the select() function in winsock only works on sockets
1427 data->set.in);
1572 pfd[1].fd = fileno((FILE *)data->set.in);
1625 if(pfd[1].revents & POLLIN) { /* read from in file */
1631 nread = (int)data->set.fread_func(buf, 1, BUFSIZE - 1, data->set.in);