Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:ncache_pad

3628 	if (strstr(p, "ncache_pad") == p) {
3629 int orig = ncache_pad, n;
3630 COLON_CHECK("ncache_pad:")
3632 snprintf(buf, bufn, "ans=%s%s%d", p, co, ncache_pad);
3635 p += strlen("ncache_pad:");
3638 rfbLog("remote_cmd: setting ncache_pad %d to: %d\n", orig, n);