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

/forgerock/web-agents-v4/source/
H A Dhttp_parser.c2274 enum http_host_state new_s = http_parse_host_char(s, *p); local
2276 if (new_s == s_http_host_dead) {
2280 switch(new_s) {
2321 s = new_s;

Completed in 34 milliseconds