Home | History | Annotate | Download | only in lib

Lines Matching full:suboption

117 static void suboption(struct connectdata *);
161 char subopt_ttype[32]; /* Set with suboption TTYPE */
162 char subopt_xdisploc[128]; /* Set with suboption XDISPLOC */
163 unsigned short subopt_wsx; /* Set with suboption NAWS */
164 unsigned short subopt_wsy; /* Set with suboption NAWS */
708 unsigned char *pointer, /* where suboption data is */
709 size_t length) /* length of suboption data */
742 infof(data, "(Empty suboption?)");
919 * suboption()
925 static void suboption(struct connectdata *conn)
1000 * Send suboption information to the server side.
1034 /* data suboption is now ready */
1039 /* we send the header of the suboption... */
1188 * suboption are all possibilities. If we assume that the IAC was
1191 * suboptionsuboption if we can.
1198 printoption(data, "In SUBOPTION processing, RCVD", CURL_IAC, c);
1199 suboption(conn); /* handle sub-option */
1212 suboption(conn); /* handle sub-option */