Searched defs:HTTP_STATUS_ENUM_VALUE (Results 1 – 2 of 2) sorted by relevance
15 #define HTTP_STATUS_ENUM_VALUE(label, code, reason) HTTP_##label = code, macro
23 #define HTTP_STATUS_ENUM_VALUE(label, code, reason) \ in TryToGetHttpReasonPhrase() macro