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

/systemd/src/journal-remote/
H A Djournal-remote.c65 static char* arg_listen_http = NULL; variable
834 if ((arg_listen_raw || arg_listen_http) && trust) {
946 if (arg_listen_http) {
947 r = setup_microhttpd_socket(s, arg_listen_http, NULL, NULL, NULL);
1317 if (arg_listen_http || http_socket >= 0) {
1326 arg_listen_http = optarg;
1471 || arg_listen_http || arg_listen_https
1550 if (arg_listen_http || arg_listen_https) {

Completed in 567 milliseconds