Searched refs:pipeinput_fh (Results 1 – 7 of 7) sorted by relevance
/external/libvncserver/x11vnc/ |
D | pointer.c | 601 if (pipeinput_fh == NULL) { in pipe_pointer() 651 fprintf(pipeinput_fh, "Pointer %d %d %d %d %s\n", uid, x, y, in pipe_pointer() 653 fflush(pipeinput_fh); in pipe_pointer() 720 if ((pipeinput_fh != NULL || pipeinput_int) && mask >= 0) { in pointer_event() 960 if (pipeinput_fh != NULL) { in initialize_pipeinput() 961 rfbLog("closing pipeinput stream: %p\n", pipeinput_fh); in initialize_pipeinput() 962 pclose(pipeinput_fh); in initialize_pipeinput() 963 pipeinput_fh = NULL; in initialize_pipeinput() 1067 pipeinput_fh = popen(p, "w"); in initialize_pipeinput() 1069 if (! pipeinput_fh) { in initialize_pipeinput() [all …]
|
D | cleanup.c | 186 if (pipeinput_fh != NULL) { in clean_up_exit() 187 pclose(pipeinput_fh); in clean_up_exit() 188 pipeinput_fh = NULL; in clean_up_exit()
|
D | options.h | 174 extern FILE *pipeinput_fh;
|
D | options.c | 207 FILE *pipeinput_fh = NULL; variable
|
D | keyboard.c | 2921 if (pipeinput_fh == NULL) { in pipe_keyboard() 2942 fprintf(pipeinput_fh, "Keysym %d %d %u %s %s\n", uid, down, in pipe_keyboard() 2945 fflush(pipeinput_fh); in pipe_keyboard() 3264 if (pipeinput_fh != NULL || pipeinput_int) { in keyboard()
|
D | ChangeLog | 300 dns-sd). Alias -zeroconf. Close pipeinput_fh on exit.
|
/external/libvncserver/ |
D | ChangeLog | 2635 (avahi-publish and dns-sd). Alias -zeroconf. Close pipeinput_fh on
|