Searched refs:httpdir (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/x11vnc/ |
D | rates.c | 407 char *httpdir; in measure_send_rates() local 477 httpdir = screen->httpDir; in measure_send_rates() 661 screen->httpDir = httpdir; in measure_send_rates()
|
D | remote.c | 353 char *prog = NULL, *httpdir, *q; in check_httpdir() local 410 httpdir = (char *) malloc(len); in check_httpdir() 412 snprintf(httpdir, len, "%s/../share/x11vnc/classes/ssl", prog); in check_httpdir() 414 snprintf(httpdir, len, "%s/../share/x11vnc/classes/ssl", prog); in check_httpdir() 416 snprintf(httpdir, len, "%s/../share/x11vnc/classes", prog); in check_httpdir() 418 if (stat(httpdir, &sbuf) != 0) { in check_httpdir() 420 snprintf(httpdir, len, "%s/../classes/ssl", prog); in check_httpdir() 422 snprintf(httpdir, len, "%s/../classes/ssl", prog); in check_httpdir() 424 snprintf(httpdir, len, "%s/../classes", prog); in check_httpdir() 429 if (stat(httpdir, &sbuf) == 0) { in check_httpdir() [all …]
|
D | ChangeLog | 480 test under -http/-httpdir. 985 httpport, httpdir, enablehttpproxy, desktop, alwaysshared,
|
D | README | 2460 tarball and point x11vnc to it via the -httpdir option. E.g.: 2461 x11vnc -httpdir /path/to/x11vnc-0.9.9/classes/ssl ... 4141 applet that can be served up via the -httpdir or -http options when 4278 x11vnc -ssl -httpdir /usr/local/share/x11vnc/classes/ssl 4334 -httpdir can be used to specify the path to .../classes/ssl. A typical 4453 x11vnc -ssl SAVE -httpdir /path/to/x11vnc/classes/ssl 5394 -httpdir /path/to/the/java/classes/dir 11096 -inetd -httpdir /usr/local/share/x11vnc/classes/ssl \ 12478 -httpdir dir-path enable http server using dir-path home 12991 -http Instead of using -httpdir (see below) to specify [all …]
|
D | RELEASE-NOTES | 1359 -http: try to guess what the -httpdir should be and if found
|