Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c216 data->req.upload_fromhere += (8 + 2); /* 32bit hex + CRLF */ in Curl_fillreadbuffer()
237 nread = readfunc(data->req.upload_fromhere, 1, in Curl_fillreadbuffer()
261 data->req.upload_fromhere -= (8 + 2); in Curl_fillreadbuffer()
317 data->req.upload_fromhere -= hexlen; in Curl_fillreadbuffer()
321 memcpy(data->req.upload_fromhere, hexbuffer, hexlen); in Curl_fillreadbuffer()
331 memcpy(data->req.upload_fromhere + nread, in Curl_fillreadbuffer()
848 if(offset && k->upload_fromhere != data->state.ulbuf) in readwrite_upload()
849 memmove(data->state.ulbuf, k->upload_fromhere, offset); in readwrite_upload()
851 k->upload_fromhere = data->state.ulbuf; in readwrite_upload()
882 k->upload_fromhere += offset; in readwrite_upload()
[all …]
Dsmtp.c1865 memcpy(scratch, data->req.upload_fromhere, offset); in Curl_smtp_escape_eob()
1867 if(SMTP_EOB[smtp->eob] == data->req.upload_fromhere[i]) { in Curl_smtp_escape_eob()
1882 if(SMTP_EOB[0] == data->req.upload_fromhere[i]) in Curl_smtp_escape_eob()
1903 scratch[si++] = data->req.upload_fromhere[i]; in Curl_smtp_escape_eob()
1915 data->req.upload_fromhere = scratch; in Curl_smtp_escape_eob()
Dhttp_proxy.c365 k->upload_fromhere = data->state.ulbuf; in send_CONNECT()
377 k->upload_fromhere, /* buffer pointer */ in send_CONNECT()
384 k->upload_fromhere, bytes_written); in send_CONNECT()
387 k->upload_fromhere += bytes_written; in send_CONNECT()
Dtftp.c457 state->data->req.upload_fromhere = in tftp_send_first()
776 state->data->req.upload_fromhere = (char *)state->spacket.data + 4; in tftp_tx()
782 state->data->req.upload_fromhere += cb; in tftp_tx()
Dfile.c302 data->req.upload_fromhere = buf; in file_upload()
Dsmb.c628 data->req.upload_fromhere = data->state.ulbuf; in smb_send_and_recv()
Durldata.h669 char *upload_fromhere; member
Dc-hyper.c793 data->req.upload_fromhere = data->state.ulbuf; in bodysend()