Home
last modified time | relevance | path

Searched refs:MSG_UNRECOGNIZED_URI (Results 1 – 2 of 2) sorted by relevance

/dports/www/aria2/aria2-1.36.0/src/
H A Dmessage.h108 #define MSG_UNRECOGNIZED_URI _("Unrecognized URI or unsupported protocol: %s") macro
H A Ddownload_helper.cc451 throw DL_ABORT_EX(fmt(MSG_UNRECOGNIZED_URI, uri.c_str())); in operator ()()
454 A2_LOG_ERROR(fmt(MSG_UNRECOGNIZED_URI, uri.c_str())); in operator ()()