Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dhttpd.c99 if (!rfbScreen->httpDir) in rfbHttpInitSockets()
167 if (!rfbScreen->httpDir) in rfbHttpCheckFds()
282 if (strlen(rfbScreen->httpDir) > 255) { in httpProcessInput()
287 strcpy(fullFname, rfbScreen->httpDir); in httpProcessInput()
Dcargs.c161 rfbScreen->httpDir = argv[++i]; in rfbProcessArguments()
Dmain.c847 screen->httpDir=NULL; in rfbGetScreen()
/external/libvncserver/examples/
Dpnmshow24.c73 rfbScreen->httpDir = "../webclients"; in main()
Dpnmshow.c78 rfbScreen->httpDir = "../webclients"; in main()
Dexample.c291 rfbScreen->httpDir = "../webclients"; in main()
/external/libvncserver/x11vnc/
Drates.c477 httpdir = screen->httpDir; in measure_send_rates()
479 screen->httpDir = NULL; in measure_send_rates()
661 screen->httpDir = httpdir; in measure_send_rates()
Dremote.c521 screen->httpDir = http_dir; in http_connections()
558 screen->httpDir = NULL; in http_connections()
569 if (! screen->httpDir) { in reset_httpport()
Duser.c1202 if (!screen->httpDir) { in handle_one_http_request()
Dsslhelper.c2842 if (! screen->httpDir) { in https_port()
/external/libvncserver/examples/android/jni/
Dfbvncserver.c198 vncscr->httpDir = NULL; in init_fb_server()
/external/libvncserver/rfb/
Drfb.h292 char* httpDir; member