Searched refs:upload_fromhere (Results 1 – 6 of 6) sorted by relevance
224 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 …]
1583 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()
476 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()
267 conn->data->req.upload_fromhere = buf; in file_upload()
604 char *upload_fromhere; member
616 conn->data->req.upload_fromhere = conn->data->state.ulbuf; in smb_send_and_recv()