Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dxdamage.c265 static time_t last_rpt = 0; in collect_non_X_xdamage() local
366 if (! last_rpt) { in collect_non_X_xdamage()
367 last_rpt = now; in collect_non_X_xdamage()
369 if (now > last_rpt + 15) { in collect_non_X_xdamage()
385 last_rpt = now; in collect_non_X_xdamage()
398 static time_t last_rpt = 0; in collect_xdamage() local
609 if (! last_rpt) { in collect_xdamage()
610 last_rpt = now; in collect_xdamage()
612 if (now > last_rpt + 15) { in collect_xdamage()
628 last_rpt = now; in collect_xdamage()