Home | History | Annotate | Download | only in lib

Lines Matching refs:suboption

116 static void suboption(struct connectdata *);
160 char subopt_ttype[32]; /* Set with suboption TTYPE */
161 char subopt_xdisploc[128]; /* Set with suboption XDISPLOC */
162 unsigned short subopt_wsx; /* Set with suboption NAWS */
163 unsigned short subopt_wsy; /* Set with suboption NAWS */
707 unsigned char *pointer, /* where suboption data is */
708 size_t length) /* length of suboption data */
741 infof(data, "(Empty suboption?)");
918 * suboption()
924 static void suboption(struct connectdata *conn)
999 * Send suboption information to the server side.
1033 /* data suboption is now ready */
1038 /* we send the header of the suboption... */
1187 * suboption are all possibilities. If we assume that the IAC was
1190 * suboption, and process the partial suboption if we can.
1197 printoption(data, "In SUBOPTION processing, RCVD", CURL_IAC, c);
1198 suboption(conn); /* handle sub-option */
1211 suboption(conn); /* handle sub-option */