Home
last modified time | relevance | path

Searched refs:http_method_t (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dkeyvalue.h39 } http_method_t; typedef
87 const char *get_http_method_name(http_method_t i);
90 http_method_t get_http_method_key(const char *s);
H A Dkeyvalue.c290 const char *get_http_method_name(http_method_t i) { in get_http_method_name()
302 http_method_t get_http_method_key(const char *s) { in get_http_method_key()
303 return (http_method_t)keyvalue_get_key(http_methods, s); in get_http_method_key()
H A Dbase.h160 http_method_t http_method;
H A Drequest.c339 http_method_t r; in http_request_parse()