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

/external/libvncserver/x11vnc/
H A Dconnections.c2187 static int pconnect(int psock, char *host, int port, int type, char *http_path, char *gethost, int getport) { function
2489 if (! pconnect(psock, pxy_h[1], pxy_p[1], pxy[0], pxy_g[0], pxy_h[0], pxy_p[0])) {
2495 if (! pconnect(psock, pxy_h[2], pxy_p[2], pxy[1], pxy_g[1], pxy_h[1], pxy_p[1])) {
2499 if (! pconnect(psock, host, port, pxy[2], pxy_g[2], pxy_h[2], pxy_p[2])) {
2505 if (! pconnect(psock, host, port, pxy[1], pxy_g[1], pxy_h[1], pxy_p[1])) {
2511 if (! pconnect(psock, host, port, pxy[0], pxy_g[0], pxy_h[0], pxy_p[0])) {

Completed in 46 milliseconds