Home
last modified time | relevance | path

Searched refs:get_http_version_name (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dkeyvalue.h86 const char *get_http_version_name(int i);
H A Dkeyvalue.c282 const char *get_http_version_name(int i) { in get_http_version_name() function
H A Dmod_magnet.c516 buffer_copy_string(srv->tmp_buf, get_http_version_name(con->request.http_version)); in magnet_env_get_buffer_by_id()
H A Dmod_ssi.c320 …ssi_env_add(p->ssi_cgi_env, CONST_STRING("SERVER_PROTOCOL"), get_http_version_name(con->request.ht… in build_ssi_cgi_vars()
H A Dmod_cgi.c838 s = get_http_version_name(con->request.http_version); in cgi_create_env()
H A Dmod_scgi.c1613 s = get_http_version_name(con->request.http_version); in scgi_create_env()
H A Dmod_fastcgi.c2031 s = get_http_version_name(con->request.http_version); in fcgi_create_env()