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

/freebsd-11-stable/usr.sbin/portsnap/phttpget/
H A Dphttpget.c317 int statuscode; /* HTTP Status code */ local
453 statuscode = 0;
471 if (statuscode == 0) {
498 statuscode = statuscode * 10 +
503 if (statuscode < 100 || statuscode > 599)
569 if (100 <= statuscode && statuscode <= 199) {
570 statuscode
[all...]

Completed in 100 milliseconds