Searched refs:verlist (Results 1 - 7 of 7) sorted by relevance

/pkg/src/modules/
H A Dliblist.c60 liblist_free(n->verlist);
83 n->verlist = NULL;
145 if ((n->verlist = liblist_copy(vn->verlist)) == NULL)
162 lst->tail->verlist = liblist_copy(n->verlist);
H A Dliblist.h41 struct liblist *verlist; /* version string list head */ member in struct:libnode
H A Delf.c89 if (liblist_foreach(n->verlist, pythonify_ver_liblist_cb, pverlist,
H A Delfextract.c567 vers->tail->verlist = veraux;
/pkg/src/modules/client/transport/
H A Drepo.py1087 def supports_version(self, op, verlist):
1095 # This code assumes that both the verlist and verdata
1099 for v in verlist:
1911 def supports_version(self, op, verlist):
1919 # This code assumes that both the verlist and verdata
1923 for v in verlist:
2273 def supports_version(self, op, verlist):
2281 # This code assumes that both the verlist and verdata
2285 for v in verlist:
H A Dtransport.py3238 def supports_version(self, pub, op, verlist):
3255 return d.supports_version(op, verlist)
/pkg/src/modules/client/
H A Dpkg_solver.py1060 verlist = proposed_dict[f.pkg_name]
1061 if verlist[-1].version < f.version:

Completed in 35 milliseconds