Searched refs:arg_url (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/journal-remote/ |
D | journal-remote-main.c | 32 static const char* arg_url = NULL; variable 662 if (arg_url) { in create_remoteserver() 665 if (!strstr(arg_url, "/entries")) { in create_remoteserver() 666 if (endswith(arg_url, "/")) in create_remoteserver() 667 url = strjoina(arg_url, "entries"); in create_remoteserver() 669 url = strjoina(arg_url, "/entries"); in create_remoteserver() 671 url = strdupa_safe(arg_url); in create_remoteserver() 678 hostname = STARTSWITH_SET(arg_url, "https://", "http://"); in create_remoteserver() 680 hostname = arg_url; in create_remoteserver() 870 if (arg_url) in parse_argv() [all …]
|
D | journal-upload.c | 43 static const char* arg_url = NULL; variable 571 … config_parse_string, CONFIG_PARSE_STRING_SAFE, &arg_url … in parse_config() 678 if (arg_url) in parse_argv() 682 arg_url = optarg; in parse_argv() 785 if (!arg_url) in parse_argv() 843 r = setup_uploader(&u, arg_url, arg_save_state); in run()
|