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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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.c374 expectsend = http->postsize;
957 if(0 == http->postsize)
964 if(http->postsize <= (curl_off_t)fullsize) {
965 memcpy(buffer, http->postdata, (size_t)http->postsize);
966 fullsize = (size_t)http->postsize;
968 if(http->backup.postsize) {
971 http->postsize = http->backup.postsize;
977 http->backup.postsize=0;
980 http->postsize
1679 curl_off_t postsize = 0; /* curl_off_t to handle large file sizes */ local
[all...]
H A Drtsp.c227 curl_off_t postsize = 0; /* for ANNOUNCE and SET_PARAMETER */ local
500 postsize = (data->set.postfieldsize != -1)?
506 if(putsize > 0 || postsize > 0) {
512 (data->set.upload ? putsize : postsize));
552 if(postsize > 0) {
554 (size_t)postsize);

Completed in 100 milliseconds