Searched refs:TRex (Results 1 – 1 of 1) sorted by relevance
/external/epid-sdk/ext/argtable3/ |
D | argtable3.c | 2735 typedef struct TRex TRex; typedef 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); 2775 TRex *rex = NULL; in arg_rex_scanfn() 2921 TRex *rex = NULL; in arg_rexn() [all …]
|