Searched defs:arg_url (Results 1 - 2 of 2) sorted by relevance

/systemd/src/journal-remote/
H A Djournal-upload.c49 static const char* arg_url = NULL; variable
536 { "Upload", "URL", config_parse_string, 0, &arg_url },
629 if (arg_url) {
634 arg_url = optarg;
749 if (!arg_url) {
802 r = setup_uploader(&u, arg_url, arg_save_state);
H A Djournal-remote.c62 static char* arg_url = NULL; variable
905 if (arg_url) {
909 if (!strstr(arg_url, "/entries")) {
910 if (endswith(arg_url, "/"))
911 url = strjoina(arg_url, "entries");
913 url = strjoina(arg_url, "/entries");
916 url = strdupa(arg_url);
924 startswith(arg_url, "https://") ?:
925 startswith(arg_url, "http://") ?:
926 arg_url;
[all...]

Completed in 14 milliseconds