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>
65 /* The last 3 #include files should be in this order */
216 /* should always succeed. But, just in case... */
262 can be changed thanks to the "BINARY" option in
271 the connection). Hence, we ignore ECHO in the
283 In this case, the width (or height) that will be assumed by the
882 failf(data, "Syntax error in telnet option: %s", head->data);
889 /* To take care or not of the 8th bit in data exchange */
904 failf(data, "Syntax error in telnet option: %s", head->data);
1066 int in = 0;
1076 in-startwrite); \
1084 startwrite = in
1089 c = inbuf[in];
1198 printoption(data, "In SUBOPTION processing, RCVD", CURL_IAC, c);
1217 ++in;
1377 ** the select() function in winsock only works on sockets
1428 data->state.in);
1573 pfd[1].fd = fileno((FILE *)data->state.in);
1626 if(pfd[1].revents & POLLIN) { /* read from in file */
1633 data->state.in);