Lines Matching refs:arg_url
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()
874 arg_url = optarg; in parse_argv()
1018 type_b = arg_url in parse_argv()