Searched refs:pinf (Results 1 – 1 of 1) sorted by relevance
138 struct pkginfo *pinf; in pkginfoIsPkgInstalled() local153 pinf = _pkginfoFactory(); in pkginfoIsPkgInstalled()158 r = pkginfo(pinf, a_pkgInst, NULL, NULL); in pkginfoIsPkgInstalled()162 *r_pinfo = pinf; in pkginfoIsPkgInstalled()165 pkginfoFree(&pinf); in pkginfoIsPkgInstalled()1026 struct pkginfo *pinf = (struct pkginfo *)NULL; in pkgLocateHighestInst() local1087 pinf = _pkginfoFactory(); in pkgLocateHighestInst()1101 r = pkginfo(pinf, pkgWild, NULL, NULL); in pkgLocateHighestInst()1110 pkginfoFree(&pinf); in pkgLocateHighestInst()1115 pinf->pkginst ? pinf->pkginst : "", in pkgLocateHighestInst()[all …]