Lines Matching defs:buf
562 char * const buf = Curl_dyn_ptr(&data->conn->proto.ftpc.pp.recvbuf);
567 code = Curl_sec_read_msg(data, conn, buf, PROT_SAFE);
570 code = Curl_sec_read_msg(data, conn, buf, PROT_PRIVATE);
573 code = Curl_sec_read_msg(data, conn, buf, PROT_CONFIDENTIAL);
2072 char *buf, size_t blen)
2091 result = Curl_client_write(data, CLIENTWRITE_HEADER, buf, blen);
2323 char *buf = Curl_dyn_ptr(&data->conn->proto.ftpc.pp.recvbuf);
2331 char *start = &buf[4];
2507 char *buf = Curl_dyn_ptr(&conn->proto.ftpc.pp.recvbuf);
2508 bytes = strstr(buf, " bytes");
2510 long in = (long)(--bytes-buf);
3562 char buf[256];
3563 Curl_printable_address(ai, buf, sizeof(buf));
3564 infof(data, "Connecting to %s (%s) port %d", newhost, buf, port);