Home
last modified time | relevance | path

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

/dports/misc/librepo/librepo-1.14.2/tests/
H A Dtest_handle.c76 ck_assert(lr_handle_getinfo(h, &tmp_err, LRI_UPDATE, &num)); in START_TEST()
81 ck_assert(lr_handle_getinfo(h, &tmp_err, LRI_URLS, &strlist)); in START_TEST()
86 ck_assert(lr_handle_getinfo(h, NULL, LRI_MIRRORLIST, &str)); in START_TEST()
90 ck_assert(lr_handle_getinfo(h, NULL, LRI_LOCAL, &num)); in START_TEST()
94 ck_assert(lr_handle_getinfo(h, NULL, LRI_DESTDIR, &str)); in START_TEST()
98 ck_assert(lr_handle_getinfo(h, NULL, LRI_REPOTYPE, &num)); in START_TEST()
102 ck_assert(lr_handle_getinfo(h, NULL, LRI_USERAGENT, &str)); in START_TEST()
106 ck_assert(lr_handle_getinfo(h, NULL, LRI_YUMDLIST, &strlist)); in START_TEST()
110 ck_assert(lr_handle_getinfo(h, NULL, LRI_YUMBLIST, &strlist)); in START_TEST()
118 ck_assert(lr_handle_getinfo(h, NULL, LRI_VARSUB, &vars)); in START_TEST()
[all …]
/dports/misc/librepo/librepo-1.14.2/librepo/python/
H A Dhandle-py.c871 res = lr_handle_getinfo(self->handle, in py_getinfo()
881 res = lr_handle_getinfo(self->handle, in py_getinfo()
908 res = lr_handle_getinfo(self->handle, in py_getinfo()
920 res = lr_handle_getinfo(self->handle, in py_getinfo()
932 res = lr_handle_getinfo(self->handle, in py_getinfo()
947 res = lr_handle_getinfo(self->handle, in py_getinfo()
989 res = lr_handle_getinfo(self->handle, in py_getinfo()
1036 res = lr_handle_getinfo(self->handle, in py_getinfo()
/dports/misc/librepo/librepo-1.14.2/examples/c/
H A Ddownload_repo_with_callback.c62 lr_handle_getinfo(h, NULL, LRI_DESTDIR, &destdir); in main()
/dports/misc/librepo/librepo-1.14.2/librepo/
H A Dhandle.h549 lr_handle_getinfo(LrHandle *handle,
H A Dhandle.c1387 lr_handle_getinfo(LrHandle *handle, in lr_handle_getinfo() function
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/
H A DRepo.cpp150 if (!lr_handle_getinfo(handle, &errP, option, value)) { in handleGetInfo()