Searched refs:trex_compile (Results 1 – 1 of 1) sorted by relevance
2742 TREX_API TRex *trex_compile(const TRexChar *pattern, const TRexChar **error, int flags);2797 rex = trex_compile(priv->pattern, &error, priv->flags); in arg_rex_scanfn()2976 rex = trex_compile(priv->pattern, &error, priv->flags); in arg_rexn()3552 TRex *trex_compile(const TRexChar *pattern,const TRexChar **error,int flags) in trex_compile() function