Home
last modified time | relevance | path

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

/dports/misc/librepo/librepo-1.14.2/librepo/
H A Dhandle.h418 LRO_PROXY_SSLCLIENTCERT, /*!< (char *) enumerator
H A Dhandle.c713 case LRO_PROXY_SSLCLIENTCERT: in lr_handle_setopt()
/dports/misc/librepo/librepo-1.14.2/tests/python/tests/
H A Dtest_handle.py210 h.setopt(librepo.LRO_PROXY_SSLCLIENTCERT, "/etc/proxy_cert.pem")
212 h.setopt(librepo.LRO_PROXY_SSLCLIENTCERT, "")
214 h.setopt(librepo.LRO_PROXY_SSLCLIENTCERT, None)
599 h.setopt(librepo.LRO_PROXY_SSLCLIENTCERT, None)
/dports/misc/librepo/librepo-1.14.2/tests/
H A Dtest_handle.c56 ck_assert(lr_handle_setopt(h, NULL, LRO_PROXY_SSLCLIENTCERT, "/etc/proxy_cert.pem")); in START_TEST()
/dports/misc/librepo/librepo-1.14.2/librepo/python/
H A Dlibrepomodule.c283 PYMODULE_ADDINTCONSTANT(LRO_PROXY_SSLCLIENTCERT); in PyInit__librepo()
H A Dhandle-py.c305 case LRO_PROXY_SSLCLIENTCERT: in py_setopt()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-repo.cpp1147 …if (!lr_handle_setopt(priv->repo_handle, error, LRO_PROXY_SSLCLIENTCERT, proxy_sslclientcert.c_str… in dnf_repo_set_keyfile_data()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/
H A DRepo.cpp571 handleSetOpt(h, LRO_PROXY_SSLCLIENTCERT, config.proxy_sslclientcert().getValue().c_str()); in setHandle()