Home
last modified time | relevance | path

Searched refs:upload_fromhere (Results 1 – 6 of 6) sorted by relevance

/external/curl/lib/
Dtransfer.c113 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 …]
Dsmtp.c1606 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()
Dfile.c318 conn->data->req.upload_fromhere = buf; in file_upload()
Durldata.h698 char *upload_fromhere; member
Dsmb.c605 conn->data->req.upload_fromhere = conn->data->state.uploadbuffer; in smb_send_and_recv()
Dtftp.c475 state->conn->data->req.upload_fromhere = in tftp_send_first()