Searched refs:http_dir (Results 1 – 5 of 5) sorted by relevance
93 char *http_dir = NULL; variable
521 extern char *http_dir;
350 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()
3201 if (screen && http_dir) {
4080 http_dir = strdup(argv[++i]); in main() local