Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:try

436 			/* try some hardwires: */
505 * try to work around rapid fire https requests
1294 /* try to handle easy case where WxH is unchanged: */
3106 /* XXX: try to force empty cursor back to client */
4602 int try = 0, max_tries = 4;
4624 try++;
4629 } else if (strstr(res, "GRAB_FAIL") && try < max_tries) {
4630 rfbLog("bcx_xattach: failed grab check for '%s': %s. Retrying[%d]...\n", p, res, try);
4632 pointer_event(0, dpy_x/2 + try, dpy_y/2 + try, NULL);
4637 if (try == 2) {
4639 } else if (try == 3) {
4645 if (try == 1) {
4647 } else if (try <= 4) {
4648 usleep(try*400*1000);
5803 rfbLog("remote_cmd: will try to embed 0x%x in"
5817 rfbLog("remote_cmd: will try to unembed 0x%x out"