Home
last modified time | relevance | path

Searched refs:LRO_PROXY (Results 1 – 8 of 8) sorted by relevance

/dports/misc/librepo/librepo-1.14.2/librepo/
H A Dhandle.h157 LRO_PROXY, /*!< (char *) enumerator
H A Dhandle.c362 case LRO_PROXY: in lr_handle_setopt()
/dports/misc/librepo/librepo-1.14.2/tests/
H A Dtest_handle.c41 ck_assert(lr_handle_setopt(h, NULL, LRO_PROXY, "proxy")); in START_TEST()
/dports/misc/librepo/librepo-1.14.2/librepo/python/
H A Dlibrepomodule.c241 PYMODULE_ADDINTCONSTANT(LRO_PROXY); in PyInit__librepo()
H A Dhandle-py.c296 case LRO_PROXY: in py_setopt()
/dports/misc/librepo/librepo-1.14.2/tests/python/tests/
H A Dtest_handle.py512 h.setopt(librepo.LRO_PROXY, None)
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-repo.cpp1096 if (!lr_handle_setopt(priv->repo_handle, error, LRO_PROXY, tmp_cstr)) in dnf_repo_set_keyfile_data()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/
H A DRepo.cpp534 handleSetOpt(h, LRO_PROXY, config.proxy().getValue().c_str()); in setHandle()