Home
last modified time | relevance | path

Searched refs:COMP_HTTP_QUERY_STRING (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Darray.h96 COMP_HTTP_QUERY_STRING, enumerator
H A Dconfigparser.y434 { COMP_HTTP_QUERY_STRING, CONST_STR_LEN("HTTP[\"querystring\"]") }, in SRVVARNAME()
435 { COMP_HTTP_QUERY_STRING, CONST_STR_LEN("HTTP[\"query-string\"]") }, in SRVVARNAME()
H A Dconfigparser.c1220 { COMP_HTTP_QUERY_STRING, CONST_STR_LEN("HTTP[\"querystring\"]") }, in yy_reduce()
1221 { COMP_HTTP_QUERY_STRING, CONST_STR_LEN("HTTP[\"query-string\"]") }, in yy_reduce()
H A Dconfigfile-glue.c398 case COMP_HTTP_QUERY_STRING: in config_check_cond_nocache()
H A Dresponse.c370 config_patch_connection(srv, con, COMP_HTTP_QUERY_STRING); /* HTTPqs */ in http_response_prepare()