Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:ncache

3641 	if (!strcmp(p, "ncache")) {
3643 snprintf(buf, bufn, "ans=%s:%d", p, !!ncache);
3646 ncache = ncache0;
3647 rfbLog("remote_cmd: set ncache %d\n", ncache);
3652 snprintf(buf, bufn, "ans=%s:%d", p, !ncache);
3655 ncache = 0;
3656 rfbLog("remote_cmd: disabled ncache %d\n", ncache);
3660 int orig = ncache, n;
3663 snprintf(buf, bufn, "ans=%s%s%d", p, co, ncache);
3669 if (n >= 0 && n != ncache) {
3670 rfbLog("remote_cmd: setting ncache %d to: %d\n", orig, ncache);
3671 ncache = n;