Home
last modified time | relevance | path

Searched refs:get_http_method_key (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dkeyvalue.h90 http_method_t get_http_method_key(const char *s);
H A Dkeyvalue.c302 http_method_t get_http_method_key(const char *s) { in get_http_method_key() function
H A Drequest.c369 if (-1 == (r = get_http_method_key(method))) { in http_request_parse()