Home | History | Annotate | Download | only in proxy

Lines Matching refs:proxy_LOG

23 int  proxy_log = 0;
26 proxy_LOG(const char* fmt, ...)
38 proxy_log = mode;
55 proxy_LOG( "%s", stralloc_cstr(s) );
129 if (proxy_log) {
130 PROXY_LOG("%s: sending %d bytes:", conn->name, avail );
137 PROXY_LOG("%s: connection reset by peer (send)",
145 PROXY_LOG("%s: error: %s", conn->name, errno_str);
171 PROXY_LOG("%s: connection reset by peer (receive)",
179 PROXY_LOG("%s: error: %s", conn->name, errno_str);
183 if (proxy_log) {
184 PROXY_LOG("%s: received %d bytes:", conn->name, n );
205 PROXY_LOG("%s: disconnected from server", conn->name );
210 PROXY_LOG("%s: blocked", conn->name);
213 PROXY_LOG("%s: error: %s", conn->name, errno_str);
223 PROXY_LOG("%s: received '%s'", conn->name,
518 PROXY_LOG("%s: can't resolve proxy server name '%s'",
523 PROXY_LOG("server name '%s' resolved to %s", name, sock_address_to_string(addr));
551 PROXY_LOG("%s: Could not create socket !?: %s", __FUNCTION__, errno_str);
559 PROXY_LOG("%s: Immediate connection to %.*s:%d: %s !",