Lines Matching defs:status
441 int f = 0, m, status;
577 status = (int)lws_http_client_http_response(wsi);
578 lwsl_info("%s: LWS_CALLBACK_ESTABLISHED_CLIENT_HTTP: %d\n", __func__, status);
579 // if (!status)
584 if (status) {
585 lws_snprintf((char *)buf, 10, "%d", status);
590 if (status == HTTP_STATUS_SERVICE_UNAVAILABLE /* 503 */ ||
591 status == 429 /* Too many requests */) {
611 status == h->policy->u.http.resp_expect;
613 h->u.http.good_respcode = (status >= 200 && status < 300);
614 // lwsl_err("%s: good resp %d %d\n", __func__, status, h->u.http.good_respcode);
622 if (status) {
625 * map, if so, generate the requested status. If we're
630 int n = lws_ss_http_resp_to_state(h, status);
641 h->policy->streamtype, status);
646 status);