Home
last modified time | relevance | path

Searched refs:xcut_str_clipboard (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
Dselection.h39 extern char *xcut_str_clipboard;
Dxevents.c1561 if (xcut_str_clipboard) { in check_xevents()
1562 free(xcut_str_clipboard); in check_xevents()
1563 xcut_str_clipboard = NULL; in check_xevents()
1824 if (xcut_str_clipboard != NULL) { in xcut_receive()
1825 free(xcut_str_clipboard); in xcut_receive()
1826 xcut_str_clipboard = NULL; in xcut_receive()
1828 xcut_str_clipboard = (char *) malloc((size_t) (len+1)); in xcut_receive()
1829 strncpy(xcut_str_clipboard, text, len); in xcut_receive()
1830 xcut_str_clipboard[len] = '\0'; /* make sure null terminated */ in xcut_receive()
1832 rfbLog("Set CLIPBOARD '%s'\n", xcut_str_clipboard); in xcut_receive()
Dselection.c60 char *xcut_str_clipboard = NULL; variable
138 str = xcut_str_clipboard; in selection_request()