HomeSort by relevance Sort by last modified time
    Searched refs:httpSock (Results 1 - 6 of 6) sorted by null

  /external/libvncserver/libvncserver/
httpd.c 130 if(rfbScreen->httpSock>-1) {
131 close(rfbScreen->httpSock);
132 FD_CLR(rfbScreen->httpSock,&rfbScreen->allFds);
133 rfbScreen->httpSock=-1;
178 if (rfbScreen->httpSock >= 0) {
179 FD_SET(rfbScreen->httpSock, &fds);
183 nfds = select(max(rfbScreen->httpListen6Sock, max(rfbScreen->httpSock,rfbScreen->httpListenSock)) + 1, &fds, NULL, NULL, &tv);
196 if ((rfbScreen->httpSock >= 0) && FD_ISSET(rfbScreen->httpSock, &fds)) {
201 if (rfbScreen->httpSock >= 0) close(rfbScreen->httpSock)
    [all...]
main.c 850 screen->httpSock=-1;
  /external/libvncserver/x11vnc/
sslhelper.c 3491 int s_in, s_out, httpsock = -1; local
    [all...]
user.c 1190 if (0) fprintf(stderr, "%d %d %d %d\n", conn, screen->listenSock, screen->httpSock, screen->httpListenSock);
1194 if (screen->httpSock < 0) {
1198 if (screen->httpSock >= 0) {
    [all...]
connections.c     [all...]
  /external/libvncserver/rfb/
rfb.h 294 SOCKET httpSock;
    [all...]

Completed in 61 milliseconds