Lines Matching refs:response_status
29 unsigned int response_status;
66 parser->response_status = 0;
82 parser->response_status =
84 if (parser->response_status < 100 ||
85 parser->response_status >= 600)
357 if ((parser->response_status / 100 == 1 || parser->response_status == 204) &&
361 "(length=%"PRIuUOFF_T")", parser->response_status,
374 if (parser->response_status / 100 == 1 || parser->response_status == 204
375 || parser->response_status == 304) { // HEAD is handled in caller
381 parser->response_status / 100 != 2)) {
399 if (parser->response_status == 503 || (parser->response_status / 100) == 3) {
410 response->status = parser->response_status;