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

/freebsd-10.0-release/usr.sbin/portsnap/phttpget/
H A Dphttpget.c315 int statuscode; /* HTTP Status code */ local
451 statuscode = 0;
469 if (statuscode == 0) {
496 statuscode = statuscode * 10 +
501 if (statuscode < 100 || statuscode > 599)
567 if (100 <= statuscode && statuscode <= 199) {
568 statuscode
[all...]

Completed in 55 milliseconds