Searched refs:upload_fromhere (Results 1 – 6 of 6) sorted by relevance
113 data->req.upload_fromhere += (8 + 2); /* 32bit hex + CRLF */ in Curl_fillreadbuffer()118 nread = (int)data->set.fread_func(data->req.upload_fromhere, 1, in Curl_fillreadbuffer()141 data->req.upload_fromhere -= (8 + 2); in Curl_fillreadbuffer()192 data->req.upload_fromhere -= hexlen; in Curl_fillreadbuffer()196 memcpy(data->req.upload_fromhere, hexbuffer, hexlen); in Curl_fillreadbuffer()199 memcpy(data->req.upload_fromhere + nread, in Curl_fillreadbuffer()214 result = Curl_convert_to_network(data, data->req.upload_fromhere, length); in Curl_fillreadbuffer()229 result = Curl_convert_to_network(data, data->req.upload_fromhere, nread); in Curl_fillreadbuffer()837 data->req.upload_fromhere = k->uploadbuf; in readwrite_upload()921 if(data->req.upload_fromhere[i] == 0x0a) { in readwrite_upload()[all …]
1606 if(SMTP_EOB[smtp->eob] == data->req.upload_fromhere[i]) { in Curl_smtp_escape_eob()1621 if(SMTP_EOB[0] == data->req.upload_fromhere[i]) in Curl_smtp_escape_eob()1642 scratch[si++] = data->req.upload_fromhere[i]; in Curl_smtp_escape_eob()1654 data->req.upload_fromhere = scratch; in Curl_smtp_escape_eob()
318 conn->data->req.upload_fromhere = buf; in file_upload()
698 char *upload_fromhere; member
605 conn->data->req.upload_fromhere = conn->data->state.uploadbuffer; in smb_send_and_recv()
475 state->conn->data->req.upload_fromhere = in tftp_send_first()