Home
last modified time | relevance | path

Searched refs:opkg_download (Results 1 – 4 of 4) sorted by relevance

/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dopkg_download.c40 opkg_download(const char *src, const char *dest_file_name, in opkg_download() function
140 err = opkg_download(src, dest_file_name, 0); in opkg_download_cache()
171 err = opkg_download(src, cache_location, 0); in opkg_download_cache()
253 err = opkg_download(url, tmp_file, 0); in opkg_prepare_url_for_install()
H A Dopkg_download.h23 int opkg_download(const char *src, const char *dest_file_name,
H A Dopkg.c293 err = opkg_download(url, local_filename, 0); in opkg_install_package()
542 if (opkg_download(url, list_file_name, 0)) { in opkg_update_package_lists()
567 err = opkg_download(url, sig_file_name, 0); in opkg_update_package_lists()
771 if (opkg_download(iter1->data, "/dev/null", 0)) in opkg_repository_accessibility_check()
H A Dopkg_cmd.c133 if (opkg_download(url, list_file_name, 0)) { in opkg_update_cmd()
163 err = opkg_download(url, tmp_file_name, 0); in opkg_update_cmd()