rpm  4.15.1
rpmstrpool.h
Go to the documentation of this file.
1 #ifndef _RPMSTRPOOL_H
2 #define _RPMSTRPOOL_H
3 
11 #include <rpm/rpmtypes.h>
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
22 
30 
37 
46 void rpmstrPoolFreeze(rpmstrPool pool, int keephash);
47 
55 
65 rpmsid rpmstrPoolId(rpmstrPool pool, const char *s, int create);
66 
78 rpmsid rpmstrPoolIdn(rpmstrPool pool, const char *s, size_t slen, int create);
79 
86 const char * rpmstrPoolStr(rpmstrPool pool, rpmsid sid);
87 
96 size_t rpmstrPoolStrlen(rpmstrPool pool, rpmsid sid);
97 
108 int rpmstrPoolStreq(rpmstrPool poolA, rpmsid sidA,
109  rpmstrPool poolB, rpmsid sidB);
110 
118 
119 #ifdef __cplusplus
120 }
121 #endif
122 
123 #endif /* _RPMSIDPOOL_H */
rpmstrPoolNumStr
rpmsid rpmstrPoolNumStr(rpmstrPool pool)
rpmstrPoolFree
rpmstrPool rpmstrPoolFree(rpmstrPool pool)
rpmstrPool
struct rpmstrPool_s * rpmstrPool
Definition: rpmtypes.h:83
rpmsid
uint32_t rpmsid
Definition: rpmtypes.h:82
rpmstrPoolId
rpmsid rpmstrPoolId(rpmstrPool pool, const char *s, int create)
rpmstrPoolIdn
rpmsid rpmstrPoolIdn(rpmstrPool pool, const char *s, size_t slen, int create)
rpmstrPoolStr
const char * rpmstrPoolStr(rpmstrPool pool, rpmsid sid)
rpmstrPoolLink
rpmstrPool rpmstrPoolLink(rpmstrPool pool)
rpmstrPoolStrlen
size_t rpmstrPoolStrlen(rpmstrPool pool, rpmsid sid)
rpmstrPoolCreate
rpmstrPool rpmstrPoolCreate(void)
rpmstrPoolFreeze
void rpmstrPoolFreeze(rpmstrPool pool, int keephash)
rpmstrPoolUnfreeze
void rpmstrPoolUnfreeze(rpmstrPool pool)
rpmstrPoolStreq
int rpmstrPoolStreq(rpmstrPool poolA, rpmsid sidA, rpmstrPool poolB, rpmsid sidB)