Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c133 data->req.upload_fromhere += (8 + 2); /* 32bit hex + CRLF */ in Curl_fillreadbuffer()
138 nread = (int)data->state.fread_func(data->req.upload_fromhere, 1, in Curl_fillreadbuffer()
161 data->req.upload_fromhere -= (8 + 2); in Curl_fillreadbuffer()
212 data->req.upload_fromhere -= hexlen; in Curl_fillreadbuffer()
216 memcpy(data->req.upload_fromhere, hexbuffer, hexlen); in Curl_fillreadbuffer()
219 memcpy(data->req.upload_fromhere + nread, in Curl_fillreadbuffer()
233 result = Curl_convert_to_network(data, data->req.upload_fromhere, in Curl_fillreadbuffer()
252 result = Curl_convert_to_network(data, data->req.upload_fromhere, nread); in Curl_fillreadbuffer()
886 k->upload_fromhere = data->state.uploadbuffer; in readwrite_upload()
965 if(k->upload_fromhere[i] == 0x0a) { in readwrite_upload()
[all …]
Dsmtp.c1575 if(SMTP_EOB[smtp->eob] == data->req.upload_fromhere[i]) { in Curl_smtp_escape_eob()
1590 if(SMTP_EOB[0] == data->req.upload_fromhere[i]) in Curl_smtp_escape_eob()
1611 scratch[si++] = data->req.upload_fromhere[i]; in Curl_smtp_escape_eob()
1623 data->req.upload_fromhere = scratch; in Curl_smtp_escape_eob()
Dtftp.c477 state->conn->data->req.upload_fromhere = in tftp_send_first()
779 state->conn->data->req.upload_fromhere = (char *)state->spacket.data + 4; in tftp_tx()
786 state->conn->data->req.upload_fromhere += cb; in tftp_tx()
Dfile.c327 conn->data->req.upload_fromhere = buf; in file_upload()
Durldata.h579 char *upload_fromhere; member
Dsmb.c607 conn->data->req.upload_fromhere = conn->data->state.uploadbuffer; in smb_send_and_recv()