Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cgi.c267 con->parsed_response |= HTTP_STATUS; in cgi_response_parse()
302 con->parsed_response |= HTTP_STATUS; in cgi_response_parse()
330 !(con->parsed_response & HTTP_STATUS)) { in cgi_response_parse()
H A Dbase.h146 #define HTTP_STATUS BV(0) macro
H A Dmod_scgi.c1720 con->parsed_response |= HTTP_STATUS; in scgi_response_parse()
1755 con->parsed_response |= HTTP_STATUS; in scgi_response_parse()
1783 !(con->parsed_response & HTTP_STATUS)) { in scgi_response_parse()
H A Dmod_proxy.c586 con->parsed_response |= HTTP_STATUS; in proxy_response_parse()
H A Dmod_fastcgi.c2241 con->parsed_response |= HTTP_STATUS; in fcgi_response_parse()
2376 !(con->parsed_response & HTTP_STATUS)) { in fcgi_response_parse()