Home
last modified time | relevance | path

Searched refs:last_client (Results 1 – 7 of 7) sorted by relevance

/external/libvncserver/x11vnc/
Dx11vnc_defs.c160 time_t last_event = 0, last_input = 0, last_client = 0, last_open_xdisplay = 0; variable
Dx11vnc.h588 extern time_t last_event, last_input, last_client, last_open_xdisplay;
Dxevents.c289 time_t tcheck = last_client; in guess_dm_gone()
291 if (last_open_xdisplay > last_client) { in guess_dm_gone()
1246 && now > last_client + sel_waittime) { in check_xevents()
1465 if (now > last_client + sel_waittime in check_xevents()
Dutil.c608 if (check_rate && !all_input && x11vnc_current < last_client + 45) { in rfbPE()
Dscreen.c4621 if (tm < x11vnc_start + delay || tm < last_client + delay) {
4627 if (tm < x11vnc_start + tw || tm < last_client + tw) {
Duserinput.c3591 if (now > last_client + 1.0 && now < last_client + 3.0 && now > dlast + 5.0) { in check_fixscreen()
6219 if (dnow() > last_client + 5 && ncdb) fprintf(stderr, "free_rect: already bs_x invalidated: %d bs_x… in free_rect()
8989 if (now < last_client + 4) { in check_ncache()
Dconnections.c4058 last_client = time(NULL); in new_client()