Searched refs:arg_listen_https (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal-remote/
H A Djournal-remote.c66 static char* arg_listen_https = NULL; variable
952 if (arg_listen_https) {
953 r = setup_microhttpd_socket(s, arg_listen_https, key, cert, trust);
1330 if (arg_listen_https || https_socket >= 0) {
1339 arg_listen_https = optarg;
1471 || arg_listen_http || arg_listen_https
1550 if (arg_listen_http || arg_listen_https) {
1556 if (arg_listen_https || https_socket >= 0)

Completed in 1329 milliseconds