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

  /external/libvncserver/x11vnc/
x11vnc_defs.c 160 time_t last_event = 0, last_input = 0, last_client = 0, last_open_xdisplay = 0; variable
x11vnc.h 588 extern time_t last_event, last_input, last_client, last_open_xdisplay;
xevents.c 289 time_t tcheck = last_client;
291 if (last_open_xdisplay > last_client) {
1246 && now > last_client + sel_waittime) {
    [all...]
util.c 608 if (check_rate && !all_input && x11vnc_current < last_client + 45) {
screen.c     [all...]
userinput.c     [all...]
connections.c     [all...]

Completed in 179 milliseconds