1 /* Automatically generated header! Do not edit! */
    2 
    3 #ifndef _PPCINLINE_TRE_H
    4 #define _PPCINLINE_TRE_H
    5 
    6 #ifndef __PPCINLINE_MACROS_H
    7 #include <ppcinline/macros.h>
    8 #endif /* !__PPCINLINE_MACROS_H */
    9 
   10 #ifndef TRE_BASE_NAME
   11 #define TRE_BASE_NAME TREBase
   12 #endif /* !TRE_BASE_NAME */
   13 
   14 #define tre_regwexec(__p0, __p1, __p2, __p3, __p4) \
   15 	(((int (*)(const regex_t *, const wchar_t *, size_t , regmatch_t *, int ))*(void**)((long)(TRE_BASE_NAME) - 58))(__p0, __p1, __p2, __p3, __p4))
   16 
   17 #define tre_regexec(__p0, __p1, __p2, __p3, __p4) \
   18 	(((int (*)(const regex_t *, const char *, size_t , regmatch_t *, int ))*(void**)((long)(TRE_BASE_NAME) - 34))(__p0, __p1, __p2, __p3, __p4))
   19 
   20 #define tre_regwncomp(__p0, __p1, __p2, __p3) \
   21 	(((int (*)(regex_t *, const wchar_t *, size_t , int ))*(void**)((long)(TRE_BASE_NAME) - 76))(__p0, __p1, __p2, __p3))
   22 
   23 #define tre_reganexec(__p0, __p1, __p2, __p3, __p4, __p5) \
   24 	(((int (*)(const regex_t *, const char *, size_t , regamatch_t *, regaparams_t , int ))*(void**)((long)(TRE_BASE_NAME) - 94))(__p0, __p1, __p2, __p3, __p4, __p5))
   25 
   26 #define tre_regwnexec(__p0, __p1, __p2, __p3, __p4, __p5) \
   27 	(((int (*)(const regex_t *, const wchar_t *, size_t , size_t , regmatch_t *, int ))*(void**)((long)(TRE_BASE_NAME) - 82))(__p0, __p1, __p2, __p3, __p4, __p5))
   28 
   29 #define tre_regerror(__p0, __p1, __p2, __p3) \
   30 	(((size_t (*)(int , const regex_t *, char *, size_t ))*(void**)((long)(TRE_BASE_NAME) - 40))(__p0, __p1, __p2, __p3))
   31 
   32 #define tre_config(__p0, __p1) \
   33 	(((int (*)(int , void *))*(void**)((long)(TRE_BASE_NAME) - 130))(__p0, __p1))
   34 
   35 #define tre_regncomp(__p0, __p1, __p2, __p3) \
   36 	(((int (*)(regex_t *, const char *, size_t , int ))*(void**)((long)(TRE_BASE_NAME) - 64))(__p0, __p1, __p2, __p3))
   37 
   38 #define tre_have_backrefs(__p0) \
   39 	(((int (*)(const regex_t *))*(void**)((long)(TRE_BASE_NAME) - 136))(__p0))
   40 
   41 #define tre_regaexec(__p0, __p1, __p2, __p3, __p4) \
   42 	(((int (*)(const regex_t *, const char *, regamatch_t *, regaparams_t , int ))*(void**)((long)(TRE_BASE_NAME) - 88))(__p0, __p1, __p2, __p3, __p4))
   43 
   44 #define tre_regawexec(__p0, __p1, __p2, __p3, __p4) \
   45 	(((int (*)(const regex_t *, const wchar_t *, regamatch_t *, regaparams_t , int ))*(void**)((long)(TRE_BASE_NAME) - 100))(__p0, __p1, __p2, __p3, __p4))
   46 
   47 #define tre_regnexec(__p0, __p1, __p2, __p3, __p4, __p5) \
   48 	(((int (*)(const regex_t *, const char *, size_t , size_t , regmatch_t *, int ))*(void**)((long)(TRE_BASE_NAME) - 70))(__p0, __p1, __p2, __p3, __p4, __p5))
   49 
   50 #define tre_regfree(__p0) \
   51 	(((void (*)(regex_t *))*(void**)((long)(TRE_BASE_NAME) - 46))(__p0))
   52 
   53 #define tre_reguexec(__p0, __p1, __p2, __p3, __p4) \
   54 	(((int (*)(const regex_t *, const tre_str_source *, size_t , regmatch_t *, int ))*(void**)((long)(TRE_BASE_NAME) - 118))(__p0, __p1, __p2, __p3, __p4))
   55 
   56 #define tre_have_approx(__p0) \
   57 	(((int (*)(const regex_t *))*(void**)((long)(TRE_BASE_NAME) - 142))(__p0))
   58 
   59 #define tre_regawnexec(__p0, __p1, __p2, __p3, __p4, __p5) \
   60 	(((int (*)(const regex_t *, const wchar_t *, size_t , regamatch_t *, regaparams_t , int ))*(void**)((long)(TRE_BASE_NAME) - 106))(__p0, __p1, __p2, __p3, __p4, __p5))
   61 
   62 #define tre_regwcomp(__p0, __p1, __p2) \
   63 	(((int (*)(regex_t *, const wchar_t *, int ))*(void**)((long)(TRE_BASE_NAME) - 52))(__p0, __p1, __p2))
   64 
   65 #define tre_regcomp(__p0, __p1, __p2) \
   66 	(((int (*)(regex_t *, const char *, int ))*(void**)((long)(TRE_BASE_NAME) - 28))(__p0, __p1, __p2))
   67 
   68 #define tre_regaparams_default(__p0) \
   69 	(((void (*)(regaparams_t *))*(void**)((long)(TRE_BASE_NAME) - 112))(__p0))
   70 
   71 #define tre_version() \
   72 	(((char *(*)(void))*(void**)((long)(TRE_BASE_NAME) - 124))())
   73 
   74 #endif /* !_PPCINLINE_TRE_H */