Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c224 data->req.upload_fromhere += (8 + 2); /* 32bit hex + CRLF */ in Curl_fillreadbuffer()
246 nread = readfunc(data->req.upload_fromhere, 1, in Curl_fillreadbuffer()
270 data->req.upload_fromhere -= (8 + 2); in Curl_fillreadbuffer()
324 data->req.upload_fromhere -= hexlen; in Curl_fillreadbuffer()
328 memcpy(data->req.upload_fromhere, hexbuffer, hexlen); in Curl_fillreadbuffer()
341 memcpy(data->req.upload_fromhere + nread, in Curl_fillreadbuffer()
359 result = Curl_convert_to_network(data, data->req.upload_fromhere, in Curl_fillreadbuffer()
395 result = Curl_convert_to_network(data, data->req.upload_fromhere, nread); in Curl_fillreadbuffer()
1065 k->upload_fromhere = data->state.ulbuf; in readwrite_upload()
1144 if(k->upload_fromhere[i] == 0x0a) { in readwrite_upload()
[all …]
Dsmtp.c1583 if(SMTP_EOB[smtp->eob] == data->req.upload_fromhere[i]) { in Curl_smtp_escape_eob()
1598 if(SMTP_EOB[0] == data->req.upload_fromhere[i]) in Curl_smtp_escape_eob()
1619 scratch[si++] = data->req.upload_fromhere[i]; in Curl_smtp_escape_eob()
1631 data->req.upload_fromhere = scratch; in Curl_smtp_escape_eob()
Dtftp.c476 state->conn->data->req.upload_fromhere = in tftp_send_first()
782 state->conn->data->req.upload_fromhere = (char *)state->spacket.data + 4; in tftp_tx()
789 state->conn->data->req.upload_fromhere += cb; in tftp_tx()
Dfile.c267 conn->data->req.upload_fromhere = buf; in file_upload()
Durldata.h604 char *upload_fromhere; member
Dsmb.c616 conn->data->req.upload_fromhere = conn->data->state.ulbuf; in smb_send_and_recv()