Searched defs:status_code (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dhttp_parser.h225 unsigned int status_code : 16; /* responses only */ member in struct:http_parser
/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 52 milliseconds