Go to the documentation of this file.
14 #if defined(__LCLINT__)
16 extern int fnmatch (
const char *__pattern,
const char *__name,
int __flags)
60 typedef struct miRE_s *
miRE;
73 #if defined(_MIRE_INTERNAL)
75 #if defined(__LCLINT__)
77 extern void regfree ( regex_t *preg)
82 #if defined(WITH_PCRE)
85 #if defined(WITH_PCRE) && defined(WITH_PCRE_POSIX)
86 #include <pcreposix.h>
107 const unsigned char * table;
121 #if defined(__LCLINT__)
158 #define mireUnlink(_mire) \
159 (miRE)rpmioUnlinkPoolItem((rpmioItem)_mire, __FUNCTION__, __FILE__, __LINE__)
169 #define mireLink(_mire) \
170 (miRE)rpmioLinkPoolItem((rpmioItem)_mire, __FUNCTION__, __FILE__, __LINE__)
181 #define mireFree(_mire) \
182 (miRE)rpmioFreePoolItem((rpmioItem)_mire, __FUNCTION__, __FILE__, __LINE__)
216 const unsigned char * table)
238 int caseless,
int multiline,
int utf8)
283 const unsigned char * table,
284 miRE * mirep,
int * nmirep)
300 const unsigned char * table,
301 miRE * mirep,
int * nmirep)
315 const char *s,
size_t slen,
int rc)