Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Duserinput.c2064 if (ncdb) fprintf(stderr, "batch_copyregion: BAD RECTANGLE: %d,%d %d,%d\n", x1, y1, x2, y2); in batch_copyregion()
2068 if (ncdb) fprintf(stderr, "batch_copyregion: BAD RECTANGLE: %d,%d %d,%d\n", x1, y1, x2, y2); in batch_copyregion()
3664 if (ncdb) fprintf(stderr, "."); in clear_win_events()
3673 if (ncdb) fprintf(stderr, "+"); in clear_win_events()
3681 if (ncdb) fprintf(stderr, " 0x%lx\n", win); in clear_win_events()
3837 if (ncdb) fprintf(stderr, "FB_COPY: %.4f 1) offscreen: dx, dy: %d, %d -> %d, %d orig %dx%d+%d+%d b… in ncache_pre_portions()
3863 if (ncdb) fprintf(stderr, "FB_COPY: %.4f 1) use tmp bs:\n", dnow() - ntim); in ncache_pre_portions()
3867 if (ncdb) fprintf(stderr, "FB_COPY: %.4f 1) FAILED.\n", dnow() - ntim); in ncache_pre_portions()
3967 if (db && ncdb) fprintf(stderr, "FB_COPY: %.4f 3) sent_copyrect: su_restore: %d %d\n", dnow() - nti… in ncache_post_portions()
3973 if (db && ncdb) fprintf(stderr, "FB_COPY: %.4f 3) FAILED.\n", dnow() - ntim); in ncache_post_portions()
[all …]
Doptions.h254 extern int ncdb;
Doptions.c318 int ncdb = 0; variable
Dremote.c3681 snprintf(buf, bufn, "ans=%s:%d", p, ncdb); in process_remote_cmd()
3684 ncdb = 1; in process_remote_cmd()
3690 snprintf(buf, bufn, "ans=%s:%d", p, !ncdb); in process_remote_cmd()
3693 ncdb = 0; in process_remote_cmd()
Dx11vnc.c3482 ncdb++; in main()
5523 ncdb = 1; in main()
Dscan.c3252 if (ncdb) fprintf(stderr, "\n*** SCAN_DISPLAY CHECK_NCACHE/%d *** %d rescan=%d\n", gotone, y, resca… in scan_display()