Home
last modified time | relevance | path

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

/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Doptions.h349 extern int handle_events_eagerly;
H A Dutil.c499 if (strstr(getenv("CHECK_RATE"), "allinput") && !all_input && !handle_events_eagerly) { in check_allinput_rate()
653 if (handle_events_eagerly) { in rfbCFD()
H A Doptions.c451 int handle_events_eagerly = 0; variable
H A Dremote.c4114 if (handle_events_eagerly) { in process_remote_cmd()
4116 handle_events_eagerly = 0; in process_remote_cmd()
4131 snprintf(buf, bufn, "ans=%s:%d", p, handle_events_eagerly); in process_remote_cmd()
4134 handle_events_eagerly = 1; in process_remote_cmd()
4144 snprintf(buf, bufn, "ans=%s:%d", p, !handle_events_eagerly); in process_remote_cmd()
4147 handle_events_eagerly = 0; in process_remote_cmd()
H A Dx11vnc.c3634 handle_events_eagerly = 1; in main()
3638 handle_events_eagerly = 0; in main()