Searched refs:connectname (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy_connect.c95 const char *connectname; local
135 connectname = proxyname;
140 connectname = uri.hostname;
145 "proxy: CONNECT: connecting to remote proxy %s on port %d", connectname, connectport);
181 connectname, NULL));
195 connectname, conf, r->server,
H A Dmod_proxy_ftp.c813 char *buf, *connectname; local
868 connectname = uri.hostname;
873 connectname = r->parsed_uri.hostname;
946 "proxy: FTP: connecting %s to %s:%d", url, connectname, connectport);
965 connectname, APR_UNSPEC,
982 connectname, NULL));
1018 connect_addr, connectname);

Completed in 118 milliseconds