Searched refs:upload_fromhere (Results 1 – 7 of 7) sorted by relevance
214 data->req.upload_fromhere += (8 + 2); /* 32bit hex + CRLF */ in Curl_fillreadbuffer()235 nread = readfunc(data->req.upload_fromhere, 1, in Curl_fillreadbuffer()259 data->req.upload_fromhere -= (8 + 2); in Curl_fillreadbuffer()315 data->req.upload_fromhere -= hexlen; in Curl_fillreadbuffer()319 memcpy(data->req.upload_fromhere, hexbuffer, hexlen); in Curl_fillreadbuffer()329 memcpy(data->req.upload_fromhere + nread, in Curl_fillreadbuffer()845 if(offset && k->upload_fromhere != data->state.ulbuf) in readwrite_upload()846 memmove(data->state.ulbuf, k->upload_fromhere, offset); in readwrite_upload()848 k->upload_fromhere = data->state.ulbuf; in readwrite_upload()879 k->upload_fromhere += offset; in readwrite_upload()[all …]
1862 memcpy(scratch, data->req.upload_fromhere, offset); in Curl_smtp_escape_eob()1864 if(SMTP_EOB[smtp->eob] == data->req.upload_fromhere[i]) { in Curl_smtp_escape_eob()1879 if(SMTP_EOB[0] == data->req.upload_fromhere[i]) in Curl_smtp_escape_eob()1900 scratch[si++] = data->req.upload_fromhere[i]; in Curl_smtp_escape_eob()1912 data->req.upload_fromhere = scratch; in Curl_smtp_escape_eob()
457 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()
302 data->req.upload_fromhere = buf; in file_upload()
688 char *upload_fromhere; member
817 data->req.upload_fromhere = data->state.ulbuf; in smb_send_and_recv()
812 data->req.upload_fromhere = data->state.ulbuf; in bodysend()