Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dhandlefiletransferrequest.c335 void* RunFileDownloadThread(void* client);
471 RunFileDownloadThread(void* client) in RunFileDownloadThread() function
522 if(pthread_create(&fileDownloadThread, NULL, RunFileDownloadThread, (void*) in HandleFileDownload()