Searched refs:PROXY_LOG (Results 1 – 5 of 5) sorted by relevance
/external/qemu/proxy/ |
D | proxy_http_connector.c | 65 PROXY_LOG("%s: immediate connection", root->name); in connection_init() 70 PROXY_LOG("%s: connecting", root->name); in connection_init() 73 PROXY_LOG("%s: cannot connect to proxy: %s", root->name, errno_str); in connection_init() 119 PROXY_LOG("%s: connected to http proxy, sending header", root->name); in connection_poll() 127 PROXY_LOG("%s: header sent, receiving first answer line", root->name); in connection_poll() 140 PROXY_LOG( "%s: invalid answer from proxy: '%s'", in connection_poll() 148 PROXY_LOG( "%s: connection refused, error=%d", in connection_poll() 153 PROXY_LOG("%s: receiving second answer line", root->name); in connection_poll() 158 PROXY_LOG("%s: connection succeeded", root->name); in connection_poll() 165 PROXY_LOG("%s: invalid state for read event: %d", root->name, conn->state); in connection_poll()
|
D | proxy_http.c | 24 PROXY_LOG("%s", __FUNCTION__); in http_service_free() 44 PROXY_LOG("%s: trying to connect to %s", in http_service_connect() 49 PROXY_LOG("%s: using HTTP rewriter", __FUNCTION__); in http_service_connect() 52 PROXY_LOG("%s: using HTTP rewriter", __FUNCTION__); in http_service_connect() 76 PROXY_LOG( "%s: creating http proxy service connecting to: %.*s:%d", in proxy_http_setup() 89 PROXY_LOG("%s: not enough memory to allocate new proxy service", __FUNCTION__); in proxy_http_setup() 142 PROXY_LOG( "could not base64 encode '%.*s'", uplen, user_pass); in proxy_http_setup() 161 PROXY_LOG( "%s: buffer overflow when creating connection footer", in proxy_http_setup() 171 PROXY_LOG( "%s: creating HTTP Proxy Service Footer is (len=%d):\n'%.*s'", in proxy_http_setup() 180 PROXY_LOG("%s: could not register service ?", __FUNCTION__); in proxy_http_setup()
|
D | proxy_http_rewriter.c | 53 # define D(...) PROXY_LOG(__VA_ARGS__) 287 PROXY_LOG("%s: bad reply protocol: %s", __FUNCTION__, version); in http_request_set_reply() 292 PROXY_LOG("%s: bad reply code: %d", __FUNCTION__, code); in http_request_set_reply() 385 PROXY_LOG("%s: connecting", conn->root->name); in rewrite_connection_init() 388 PROXY_LOG("%s: cannot connect to proxy: %s", root->name, errno_str); in rewrite_connection_init() 393 PROXY_LOG("%s: immediate connection", root->name); in rewrite_connection_init() 408 PROXY_LOG("%s: coult not create socket pair: %s", in rewrite_connection_create_sockets() 437 PROXY_LOG("%s: can't parse method in '%'", in rewrite_connection_read_request() 443 PROXY_LOG( "%s: can't parse URI in '%s'", in rewrite_connection_read_request() 449 PROXY_LOG( "%s: extra data after version in '%s'", in rewrite_connection_read_request() [all …]
|
D | proxy_common.c | 129 PROXY_LOG("%s: sending %d bytes:", conn->name, avail ); in proxy_connection_send() 136 PROXY_LOG("%s: connection reset by peer (send)", in proxy_connection_send() 144 PROXY_LOG("%s: error: %s", conn->name, errno_str); in proxy_connection_send() 170 PROXY_LOG("%s: connection reset by peer (receive)", in proxy_connection_receive() 178 PROXY_LOG("%s: error: %s", conn->name, errno_str); in proxy_connection_receive() 183 PROXY_LOG("%s: received %d bytes:", conn->name, n ); in proxy_connection_receive() 204 PROXY_LOG("%s: disconnected from server", conn->name ); in proxy_connection_receive_line() 209 PROXY_LOG("%s: blocked", conn->name); in proxy_connection_receive_line() 212 PROXY_LOG("%s: error: %s", conn->name, errno_str); in proxy_connection_receive_line() 222 PROXY_LOG("%s: received '%s'", conn->name, in proxy_connection_receive_line() [all …]
|
D | proxy_int.h | 24 #define PROXY_LOG(...) \ macro
|