Lines Matching refs:lst
178 pvs_aplist_append(APlist **lst, const void *item, const char *file)
180 if (aplist_append(lst, item, AL_CNT_GVER_DESC) == NULL) {
681 * lst - APlist of existing descriptors.
689 gvers_find(const char *name, unsigned long hash, APlist *lst)
694 for (APLIST_TRAVERSE(lst, idx, vdp))
708 * lst - List of existing descriptors.
717 gvers_desc(const char *name, unsigned long hash, APlist **lst, const char *file)
721 if ((vdp = gvers_find(name, hash, *lst)) == NULL) {
732 pvs_aplist_append(lst, vdp, file);
743 * lst - List of existing descriptors.
755 gvers_depend(const char *name, unsigned long hash, GVer_desc *vdp, APlist **lst,
760 _vdp = gvers_desc(name, hash, lst, file);