HomeSort by relevance Sort by last modified time
    Searched refs:upload_fromhere (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
transfer.c 133 data->req.upload_fromhere += (8 + 2); /* 32bit hex + CRLF */
138 nread = (int)data->state.fread_func(data->req.upload_fromhere, 1,
161 data->req.upload_fromhere -= (8 + 2);
212 data->req.upload_fromhere -= hexlen;
216 memcpy(data->req.upload_fromhere, hexbuffer, hexlen);
219 memcpy(data->req.upload_fromhere + nread,
233 result = Curl_convert_to_network(data, data->req.upload_fromhere,
252 result = Curl_convert_to_network(data, data->req.upload_fromhere, nread);
886 k->upload_fromhere = data->state.uploadbuffer;
965 if(k->upload_fromhere[i] == 0x0a)
    [all...]
smtp.c     [all...]
tftp.c 477 state->conn->data->req.upload_fromhere =
779 state->conn->data->req.upload_fromhere = (char *)state->spacket.data + 4;
786 state->conn->data->req.upload_fromhere += cb;
    [all...]
file.c 327 conn->data->req.upload_fromhere = buf;
smb.c 607 conn->data->req.upload_fromhere = conn->data->state.uploadbuffer;
urldata.h 575 /* 'upload_fromhere' is used as a read-pointer when we uploaded parts of a
579 char *upload_fromhere; member in struct:SingleRequest
    [all...]

Completed in 137 milliseconds