Home
last modified time | relevance | path

Searched refs:LRO_MIRRORLISTURL (Results 1 – 6 of 6) sorted by relevance

/dports/misc/librepo/librepo-1.14.2/librepo/
H A Dhandle.h140 LRO_MIRRORLISTURL, /*!< (char *) enumerator
H A Dhandle.c323 case LRO_MIRRORLISTURL: in lr_handle_setopt()
/dports/misc/librepo/librepo-1.14.2/librepo/python/
H A Dlibrepomodule.c236 PYMODULE_ADDINTCONSTANT(LRO_MIRRORLISTURL); in PyInit__librepo()
H A Dhandle-py.c293 case LRO_MIRRORLISTURL: in py_setopt()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-repo.cpp988 if (!lr_handle_setopt(priv->repo_handle, error, LRO_MIRRORLISTURL, mirrorlisturl)) in dnf_repo_set_keyfile_data()
1428 if (!lr_handle_setopt(priv->repo_handle, error, LRO_MIRRORLISTURL, NULL)) in dnf_repo_check_internal()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/
H A DRepo.cpp602 handleSetOpt(h.get(), LRO_MIRRORLISTURL, tmp.c_str()); in lrHandleInitRemote()