Home
last modified time | relevance | path

Searched refs:get_http_method_name (Results 1 – 11 of 11) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dkeyvalue.h87 const char *get_http_method_name(http_method_t i);
H A Dkeyvalue.c290 const char *get_http_method_name(http_method_t i) { in get_http_method_name() function
H A Dconfigfile-glue.c435 const char *method = get_http_method_name(con->request.http_method); in config_check_cond_nocache()
H A Dmod_accesslog.c855 buffer_append_string(b, get_http_method_name(con->request.http_method)); in REQUESTDONE_FUNC()
H A Dmod_magnet.c508 buffer_copy_string(srv->tmp_buf, get_http_method_name(con->request.http_method)); in magnet_env_get_buffer_by_id()
H A Dhttp_auth.c1055 m = get_http_method_name(con->request.http_method); in http_auth_digest_check()
H A Dmod_ssi.c318 …ssi_env_add(p->ssi_cgi_env, CONST_STRING("REQUEST_METHOD"), get_http_method_name(con->request.http… in build_ssi_cgi_vars()
H A Dmod_proxy.c453 buffer_copy_string(b, get_http_method_name(con->request.http_method)); in proxy_create_env()
H A Dmod_cgi.c874 s = get_http_method_name(con->request.http_method); in cgi_create_env()
H A Dmod_scgi.c1610 s = get_http_method_name(con->request.http_method); in scgi_create_env()
H A Dmod_fastcgi.c2028 s = get_http_method_name(con->request.http_method); in fcgi_create_env()