Searched refs:http_methods (Results 1 – 1 of 1) sorted by relevance
28 static const buffer http_methods[] = { variable143 return ((unsigned int)i < sizeof(http_methods)/sizeof(*http_methods)-2) in http_method_buf()144 ? http_methods+i in http_method_buf()145 : http_methods+i+sizeof(http_methods)/sizeof(*http_methods); in http_method_buf()191 const buffer *kv = http_methods+1; /*(step over http_methods[0] ("GET"))*/ in get_http_method_key()194 const uint_fast32_t i = kv - http_methods; in get_http_method_key()196 return (i < sizeof(http_methods)/sizeof(*http_methods)-2) in get_http_method_key()198 : i == sizeof(http_methods)/sizeof(*http_methods)-2 in get_http_method_key()