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

/forgerock/web-agents-v4/source/
H A Dhttp_parser.c873 parser->status_code = ch - '0';
898 parser->status_code *= 10;
899 parser->status_code += ch - '0';
901 if (UNLIKELY(parser->status_code > 999)) {
2109 if (parser->status_code / 100 == 1 || /* 1xx e.g. Continue */
2110 parser->status_code == 204 || /* No Content */
2111 parser->status_code == 304 || /* Not Modified */
H A Dhttp_parser.h225 unsigned int status_code : 16; /* responses only */ member in struct:http_parser
H A Dnet_client.c244 n->http_status = parser->status_code;
/forgerock/web-agents-v4/source/iis/
H A Dagent.c860 USHORT status_code; local
960 res->GetStatus(&status_code, NULL, NULL, NULL, &hr, NULL, NULL, NULL);
963 if (d.is_json_url && status_code > AM_HTTP_STATUS_302) {
966 am_strerror(d.status), "", status_code);

Completed in 46 milliseconds