Lines Matching refs:infof
275 infof(data, "%s IAC %s", direction, CURL_TELCMD(option));
277 infof(data, "%s IAC %d", direction, option);
294 infof(data, "%s %s %s", direction, fmt, opt);
296 infof(data, "%s %s %d", direction, fmt, option);
299 infof(data, "%s %d %d", direction, cmd, option);
673 infof(data, "%s IAC SB ", (direction == '<')? "RCVD":"SENT");
681 infof(data, "(terminated by ");
683 infof(data, "%s ", CURL_TELOPT(i));
685 infof(data, "%s ", CURL_TELCMD(i));
687 infof(data, "%u ", i);
689 infof(data, "%s", CURL_TELOPT(j));
691 infof(data, "%s", CURL_TELCMD(j));
693 infof(data, "%d", j);
694 infof(data, ", not IAC SE) ");
700 infof(data, "(Empty suboption?)");
710 infof(data, "%s", CURL_TELOPT(pointer[0]));
713 infof(data, "%s (unsupported)", CURL_TELOPT(pointer[0]));
718 infof(data, "%d (unknown)", pointer[i]);
723 infof(data, "Width: %d ; Height: %d", (pointer[1]<<8) | pointer[2],
729 infof(data, " IS");
732 infof(data, " SEND");
735 infof(data, " INFO/REPLY");
738 infof(data, " NAME");
746 infof(data, " \"%s\"", &pointer[2]);
750 infof(data, " ");
754 infof(data, ", ");
757 infof(data, " = ");
760 infof(data, "%c", pointer[i]);
768 infof(data, " %.2x", pointer[i]);
805 DEBUGF(infof(data, "set a non ASCII user name in telnet"));
1459 infof(data, "WSAEnumNetworkEvents failed (%d)", err);
1517 infof(data, "WSACloseEvent failed (%d)", SOCKERRNO);
1536 DEBUGF(infof(data, "telnet_do, poll %d fds", poll_cnt));
1560 DEBUGF(infof(data, "telnet_do, unexpected ECONNRESET on recv"));