Searched refs:postsize (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dhttp.h116 curl_off_t postsize; /* off_t to handle large file sizes */ member in struct:HTTP
131 curl_off_t postsize; member in struct:HTTP::back
H A Dhttp.c384 expectsend = http->postsize;
921 if(0 == http->postsize)
928 if(http->postsize <= (curl_off_t)fullsize) {
929 memcpy(buffer, http->postdata, (size_t)http->postsize);
930 fullsize = (size_t)http->postsize;
932 if(http->backup.postsize) {
935 http->postsize = http->backup.postsize;
941 http->backup.postsize=0;
944 http->postsize
1618 curl_off_t postsize; /* off_t type to be able to hold a large file size */ local
[all...]
H A Drtsp.c226 curl_off_t postsize = 0; /* for ANNOUNCE and SET_PARAMETER */ local
498 postsize = (data->set.postfieldsize != -1)?
504 if(putsize > 0 || postsize > 0) {
510 (data->set.upload ? putsize : postsize));
550 if(postsize > 0) {
552 (size_t)postsize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dhttp.h116 curl_off_t postsize; /* off_t to handle large file sizes */ member in struct:HTTP
131 curl_off_t postsize; member in struct:HTTP::back
H A Dhttp.c384 expectsend = http->postsize;
921 if(0 == http->postsize)
928 if(http->postsize <= (curl_off_t)fullsize) {
929 memcpy(buffer, http->postdata, (size_t)http->postsize);
930 fullsize = (size_t)http->postsize;
932 if(http->backup.postsize) {
935 http->postsize = http->backup.postsize;
941 http->backup.postsize=0;
944 http->postsize
1618 curl_off_t postsize; /* off_t type to be able to hold a large file size */ local
[all...]
H A Drtsp.c226 curl_off_t postsize = 0; /* for ANNOUNCE and SET_PARAMETER */ local
498 postsize = (data->set.postfieldsize != -1)?
504 if(putsize > 0 || postsize > 0) {
510 (data->set.upload ? putsize : postsize));
550 if(postsize > 0) {
552 (size_t)postsize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dhttp.h116 curl_off_t postsize; /* off_t to handle large file sizes */ member in struct:HTTP
131 curl_off_t postsize; member in struct:HTTP::back
H A Dhttp.c384 expectsend = http->postsize;
921 if(0 == http->postsize)
928 if(http->postsize <= (curl_off_t)fullsize) {
929 memcpy(buffer, http->postdata, (size_t)http->postsize);
930 fullsize = (size_t)http->postsize;
932 if(http->backup.postsize) {
935 http->postsize = http->backup.postsize;
941 http->backup.postsize=0;
944 http->postsize
1618 curl_off_t postsize; /* off_t type to be able to hold a large file size */ local
[all...]
H A Drtsp.c226 curl_off_t postsize = 0; /* for ANNOUNCE and SET_PARAMETER */ local
498 postsize = (data->set.postfieldsize != -1)?
504 if(putsize > 0 || postsize > 0) {
510 (data->set.upload ? putsize : postsize));
550 if(postsize > 0) {
552 (size_t)postsize);

Completed in 234 milliseconds