/dports/archivers/rpm4/rpm-4.16.1.3/lib/ |
H A D | fprint.c | 186 fpId = rpmstrPoolId(cache->pool, cdn, 1); in doLookupId() 212 fp->subDirId = rpmstrPoolId(cache->pool, subDir, 1); in doLookupId() 237 rpmsid dirNameId = rpmstrPoolId(cache->pool, dirName, 1); in doLookup() 238 rpmsid baseNameId = rpmstrPoolId(cache->pool, baseName, 1); in doLookup() 412 linkId = rpmstrPoolId(fpc->pool, link, 1); in fpLookupSubdir()
|
H A D | rpmds.c | 425 ds->N[0] = rpmstrPoolId(ds->pool, N ? N : "", 1); in singleDS() 426 ds->EVR[0] = rpmstrPoolId(ds->pool, EVR ? EVR : "", 1); in singleDS() 871 ds->N[u] = rpmstrPoolId(ds->pool, rpmdsN(ods), 1); in rpmdsMerge() 879 ds->EVR[u] = rpmstrPoolId(ds->pool, OEVR ? OEVR : "", 1); in rpmdsMerge() 1541 ds->N[0] = rpmstrPoolId(ds->pool, right, 1); in rpmdsParseRichDepCB() 1542 ds->EVR[0] = rpmstrPoolId(ds->pool, "", 1); in rpmdsParseRichDepCB()
|
H A D | rpmtd.c | 454 sids[i] = rpmstrPoolId(pool, strings[i], 1); in rpmtdToPool()
|
H A D | rpmal.c | 394 baseName = rpmstrPoolId(al->pool, fileName + bnStart, 0); in rpmalAllFileSatisfiesDepend()
|
/dports/archivers/rpm4/rpm-4.16.1.3/rpmio/ |
H A D | rpmstrpool.h | 65 rpmsid rpmstrPoolId(rpmstrPool pool, const char *s, int create);
|
H A D | rpmstrpool.c | 427 rpmsid rpmstrPoolId(rpmstrPool pool, const char *s, int create) in rpmstrPoolId() function
|
/dports/archivers/rpm4/rpm-4.16.1.3/build/ |
H A D | files.c | 560 ar->ar_fmodestr = rpmstrPoolId(pool, p, 1); in parseForAttr() 565 ar->ar_user = rpmstrPoolId(pool, p, 1); in parseForAttr() 570 ar->ar_group = rpmstrPoolId(pool, p, 1); in parseForAttr() 575 ar->ar_dmodestr = rpmstrPoolId(pool, p, 1); in parseForAttr() 1518 flp->uname = rpmstrPoolId(fl->pool, fileUname, 1); in addFile() 1519 flp->gname = rpmstrPoolId(fl->pool, fileGname, 1); in addFile() 2456 root_ar.ar_user = rpmstrPoolId(fl->pool, UID_0_USER, 1); in resetPackageFilesDefaults() 2457 root_ar.ar_group = rpmstrPoolId(fl->pool, GID_0_GROUP, 1); in resetPackageFilesDefaults() 2760 flp->uname = rpmstrPoolId(fl.pool, rpmugUname(getuid()), 1); in processSourceFiles() 2763 flp->uname = rpmstrPoolId(fl.pool, UID_0_USER, 1); in processSourceFiles() [all …]
|
H A D | spec.c | 77 nameid = rpmstrPoolId(spec->pool, name, 1); in lookupPackage() 119 p->name = rpmstrPoolId(p->pool, name, 1); in newPackage()
|
H A D | rpmfc.c | 973 rpmstrPoolId(versionedDeps, depStr, 1); in rpmfcNormalizeFDeps() 974 } else if (!rpmstrPoolId(versionedDeps, depStr, 0)) { in rpmfcNormalizeFDeps() 1318 fc->fcdictx[ix] = rpmstrPoolId(fc->cdict, ftype, 1) - 1; in rpmfcClassify()
|
H A D | parsePreamble.c | 807 pkg->name = rpmstrPoolId(spec->pool, field, 1); in handlePreambleTag()
|
/dports/archivers/rpm4/rpm-4.16.1.3/python/ |
H A D | rpmstrpool-py.c | 35 return PyLong_FromLong(rpmstrPoolId(s->pool, str, create)); in strpool_str2id()
|
/dports/archivers/rpm4/rpm-4.16.1.3/ |
H A D | ChangeLog | 35559 - Take advantage of rstrlenhash() in rpmstrPoolId(), previously the 36293 Fix segfault on rpmstrPoolId() on frozen pool
|