Lines Matching defs:resp
93 int resp;
939 ac->resp = (int)lws_http_client_http_response(wsi);
1261 if ((ac->resp >= 200 && ac->resp < 299) ||
1262 ac->resp == 409) {
1281 ac->resp);
1311 if (ac->resp / 100 == 4) {
1318 lwsl_vhost_info(vhd->vhost, "chall: %s (%d)\n", ac->chall_token, ac->resp);
1419 if (ac->resp == 202 && strcmp(ac->status, "invalid") &&
1467 if (ac->resp < 200 || ac->resp > 202) {
1468 lwsl_notice("CSR poll failed on resp %d\n",
1469 ac->resp);
1473 if (ac->resp != 200) {
1509 if (ac->resp != 200) {
1510 lwsl_vhost_warn(vhd->vhost, "Download cert failed on resp %d",
1511 ac->resp);