Go to the documentation of this file.
19 #if defined(_RPMPYTHON_INTERNAL)
23 #if defined(__LCLINT__)
42 #define rpmpythonUnlink(_python) \
43 ((rpmpython)rpmioUnlinkPoolItem((rpmioItem)(_python), __FUNCTION__, __FILE__, __LINE__))
53 #define rpmpythonLink(_python) \
54 ((rpmpython)rpmioLinkPoolItem((rpmioItem)(_python), __FUNCTION__, __FILE__, __LINE__))
65 #define rpmpythonFree(_python) \
66 ((rpmpython)rpmioFreePoolItem((rpmioItem)(_python), __FUNCTION__, __FILE__, __LINE__))
87 const char ** resultp)
99 const char ** resultp)