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

/freebsd-10.0-release/usr.sbin/portsnap/phttpget/
H A Dphttpget.c316 off_t contentlength; /* Value from Content-Length header */ local
452 contentlength = -1;
526 contentlength = 0;
534 if (contentlength >= OFF_MAX / 10) {
538 contentlength = contentlength * 10 +
648 } else if (contentlength != -1) {
649 error = copybytes(sd, fd, contentlength, resbuf,

Completed in 172 milliseconds