Home | History | Annotate | Download | only in lib

Lines Matching defs:sendsize

1066   size_t sendsize;
1102 sendsize = CURLMIN(size, CURL_MAX_WRITE_SIZE);
1110 memcpy(conn->data->state.uploadbuffer, ptr, sendsize);
1114 sendsize = size;
1116 result = Curl_write(conn, sockfd, ptr, sendsize, &amount);