Home
last modified time | relevance | path

Searched refs:nv_pair_list_empty (Results 1 – 6 of 6) sorted by last modified time

/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dopkg_cmd.c659 if (!cl || nv_pair_list_empty(cl)) in opkg_list_changed_conffiles_cmd()
H A Dnv_pair_list.h28 static inline int nv_pair_list_empty(nv_pair_list_t * list) in nv_pair_list_empty() function
H A Dopkg_conf.c583 if (nv_pair_list_empty(&conf->arch_list)) { in opkg_conf_load()
590 if (nv_pair_list_empty(&conf->tmp_dest_list)) { in opkg_conf_load()
H A Dopkg_install.c261 if (cl && !nv_pair_list_empty(cl)) { in unpack_pkg_control_files()
H A Dpkg.c689 if (!cl || nv_pair_list_empty(cl)) in pkg_formatted_field()
/dports/archivers/opkg-openwrt/opkg-b07cde3/
H A DChangeLog.ipkg589 * nv_pair_list.h: added nv_pair_list_empty()