Searched refs:verlist (Results 1 - 7 of 7) sorted by relevance
/pkg/src/modules/ |
H A D | liblist.c | 60 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 D | liblist.h | 41 struct liblist *verlist; /* version string list head */ member in struct:libnode
|
H A D | elf.c | 89 if (liblist_foreach(n->verlist, pythonify_ver_liblist_cb, pverlist,
|
H A D | elfextract.c | 567 vers->tail->verlist = veraux;
|
/pkg/src/modules/client/transport/ |
H A D | repo.py | 1087 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 D | transport.py | 3238 def supports_version(self, pub, op, verlist): 3255 return d.supports_version(op, verlist)
|
/pkg/src/modules/client/ |
H A D | pkg_solver.py | 1060 verlist = proposed_dict[f.pkg_name] 1061 if verlist[-1].version < f.version:
|
Completed in 35 milliseconds