Home
last modified time | relevance | path

Searched refs:keyvalue_get_key (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dkeyvalue.c120 int keyvalue_get_key(const keyvalue *kv, const char *s) { in keyvalue_get_key() function
299 return keyvalue_get_key(http_versions, s); in get_http_version_key()
303 return (http_method_t)keyvalue_get_key(http_methods, s); in get_http_method_key()
H A Dkeyvalue.h93 int keyvalue_get_key(const keyvalue *kv, const char *s);