Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dx11vnc_defs.c93 char *http_dir = NULL; variable
Dx11vnc.h521 extern char *http_dir;
Dremote.c350 if (http_dir && http_dir[0] != '\0') { in check_httpdir()
433 http_dir = httpdir; in check_httpdir()
459 http_dir = strdup(use[i]); in check_httpdir()
521 screen->httpDir = http_dir; in http_connections()
5268 NONUL(http_dir)); in process_remote_cmd()
5272 if (http_dir && !strcmp(http_dir, p)) { in process_remote_cmd()
5273 rfbLog("no change in httpdir: %s\n", http_dir); in process_remote_cmd()
5275 if (http_dir) { in process_remote_cmd()
5276 free(http_dir); in process_remote_cmd()
5278 http_dir = strdup(p); in process_remote_cmd()
Dscreen.c3201 if (screen && http_dir) {
Dx11vnc.c4080 http_dir = strdup(argv[++i]); in main() local