Searched refs:noxrecord (Results 1 - 6 of 6) sorted by relevance

/external/libvncserver/x11vnc/
H A Doptions.c249 int noxrecord = 0; variable
H A Doptions.h216 extern int noxrecord;
H A Dremote.c4021 if (!strcmp(p, "noxrecord")) {
4022 int orig = noxrecord;
4024 snprintf(buf, bufn, "ans=%s:%d", p, noxrecord);
4027 noxrecord = 1;
4028 rfbLog("set noxrecord to: %d\n", noxrecord);
4029 if (orig != noxrecord) {
4035 int orig = noxrecord;
4037 snprintf(buf, bufn, "ans=%s:%d", p, !noxrecord);
4040 noxrecord
[all...]
H A Dscreen.c631 re0 = noxrecord;
651 noxrecord = re0;
750 if (! noxrecord) {
752 noxrecord = 1;
H A Dxrecord.c195 if (noxrecord) {
H A Dx11vnc.c1588 fprintf(stderr, " noxrecord: %d\n", noxrecord);
3585 if (!strcmp(arg, "-noxrecord")) {
3586 noxrecord = 1;

Completed in 151 milliseconds