Home
last modified time | relevance | path

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

/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dcgi.c628 rsp->crunch_reason = CGI_CALL; in dispatch_known_cgi()
942 rsp->crunch_reason = NO_SUCH_DOMAIN; in error_response()
1010 rsp->crunch_reason = FORWARDING_FAILED; in error_response()
1015 rsp->crunch_reason = CONNECT_FAILED; in error_response()
1020 rsp->crunch_reason = CONNECTION_TIMEOUT; in error_response()
1025 rsp->crunch_reason = NO_SERVER_DATA; in error_response()
1127 cgi_error_memory_response->crunch_reason = OUT_OF_MEMORY; in cgi_init_error_messages()
1299 rsp->crunch_reason = INTERNAL_ERROR; in cgi_error_unknown()
H A Dproject.h375 enum crunch_reason enum
404 enum crunch_reason crunch_reason; /**< Why the response was generated in the first place. */ member
H A Dfilters.c736 rsp->crunch_reason = BLOCKED; in block_url()
896 rsp->crunch_reason = UNTRUSTED; in trust_url()
1324 rsp->crunch_reason = REDIRECTED; in redirect_url()
2758 rsp->crunch_reason = UNSUPPORTED; in direct_response()
H A Djcc.c142 static const char *crunch_reason(const struct http_response *rsp);
710 static const char *crunch_reason(const struct http_response *rsp) in crunch_reason() function
720 switch (rsp->crunch_reason) in crunch_reason()
840 log_error(LOG_LEVEL_CRUNCH, "%s: https://%s%s", crunch_reason(rsp), in send_crunch_response()
849 log_error(LOG_LEVEL_CRUNCH, "%s: %s", crunch_reason(rsp), http->url); in send_crunch_response()
H A DChangeLog2515 move the crunch_reason to the beginning.
2517 to http_response.crunch_reason.