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

/external/curl/lib/
H A Dtransfer.c109 data->req.upload_fromhere += (8 + 2); /* 32bit hex + CRLF */
114 nread = (int)data->state.fread_func(data->req.upload_fromhere, 1,
137 data->req.upload_fromhere -= (8 + 2);
188 data->req.upload_fromhere -= hexlen;
192 memcpy(data->req.upload_fromhere, hexbuffer, hexlen);
195 memcpy(data->req.upload_fromhere + nread,
210 result = Curl_convert_to_network(data, data->req.upload_fromhere, length);
225 result = Curl_convert_to_network(data, data->req.upload_fromhere, nread);
858 data->req.upload_fromhere = k->uploadbuf;
937 if(data->req.upload_fromhere[
[all...]
H A Dsmtp.c1609 if(SMTP_EOB[smtp->eob] == data->req.upload_fromhere[i]) {
1624 if(SMTP_EOB[0] == data->req.upload_fromhere[i])
1645 scratch[si++] = data->req.upload_fromhere[i];
1657 data->req.upload_fromhere = scratch;
H A Dfile.c321 conn->data->req.upload_fromhere = buf;
H A Dsmb.c607 conn->data->req.upload_fromhere = conn->data->state.uploadbuffer;
H A Dtftp.c475 state->conn->data->req.upload_fromhere =
H A Durldata.h709 /* 'upload_fromhere' is used as a read-pointer when we uploaded parts of a
713 char *upload_fromhere; member in struct:SingleRequest

Completed in 523 milliseconds