Searched refs:convert_scrap (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/client_examples/ |
D | scrap.c | 149 static int convert_scrap(int type, char *dst, char *src, int srclen) in convert_scrap() function 396 *dstlen = convert_scrap(type, NULL, in get_scrap() 402 convert_scrap(type, *dst, src, nbytes); in get_scrap() 417 *dstlen = convert_scrap(type, NULL, src, 0); in get_scrap() 422 convert_scrap(type, *dst, src, 0); in get_scrap() 441 *dstlen = convert_scrap(type, NULL, in get_scrap() 448 convert_scrap(type, *dst, in get_scrap() 466 *dstlen = convert_scrap(type, NULL, in get_scrap() 473 convert_scrap(type, *dst, in get_scrap()
|