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

/external/libvncserver/x11vnc/
H A Dsslhelper.c2160 int dbxfer = 0, db = 0, check_pending, fdmax, nfd, n, i, err; local
2233 fdmax = csock;
2235 fdmax = ssock;
2352 nfd = select(fdmax+1, &rd, &wr, NULL, NULL);
2354 nfd = select(fdmax+1, &rd, &wr, NULL, &tv);

Completed in 71 milliseconds