rpm 4.19.0
The RPM Package Manager
|
#include <rpm/rpmtypes.h>
Go to the source code of this file.
Functions | |
rpmstrPool | rpmstrPoolCreate (void) |
rpmstrPool | rpmstrPoolFree (rpmstrPool pool) |
rpmstrPool | rpmstrPoolLink (rpmstrPool pool) |
void | rpmstrPoolFreeze (rpmstrPool pool, int keephash) |
void | rpmstrPoolUnfreeze (rpmstrPool pool) |
rpmsid | rpmstrPoolId (rpmstrPool pool, const char *s, int create) |
rpmsid | rpmstrPoolIdn (rpmstrPool pool, const char *s, size_t slen, int create) |
const char * | rpmstrPoolStr (rpmstrPool pool, rpmsid sid) |
size_t | rpmstrPoolStrlen (rpmstrPool pool, rpmsid sid) |
int | rpmstrPoolStreq (rpmstrPool poolA, rpmsid sidA, rpmstrPool poolB, rpmsid sidB) |
rpmsid | rpmstrPoolNumStr (rpmstrPool pool) |
String pools manipulation helper functions