Home
last modified time | relevance | path

Searched refs:TREX_API (Results 1 – 1 of 1) sorted by relevance

/external/epid-sdk/ext/argtable3/
Dargtable3.c2725 #ifndef TREX_API
2726 #define TREX_API extern macro
2742 TREX_API TRex *trex_compile(const TRexChar *pattern, const TRexChar **error, int flags);
2743 TREX_API void trex_free(TRex *exp);
2744 TREX_API TRexBool trex_match(TRex* exp, const TRexChar* text);
2745 TREX_API TRexBool trex_search(TRex* exp, const TRexChar* text, const TRexChar** out_begin, const TR…
2746 TREX_API TRexBool trex_searchrange(TRex* exp, const TRexChar* text_begin, const TRexChar* text_end,…
2747 TREX_API int trex_getsubexpcount(TRex* exp);
2748 TREX_API TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp);