ze-filter
(ze-filter-0.8.0-develop-180218)
|
Public Attributes | |
char | action [32] |
int | where |
char | regex [REGEX_MAX_LEN] |
char | revex [REGEX_MAX_LEN] |
int | score |
double | lodds |
regex_t | re |
int | re_ok |
pcre * | pcre_rebase |
pcre_extra * | pcre_rextra |
bool | pcre_ok |
int | count |
Definition at line 67 of file ze-mailregex.c.
char RegexRec_T::action[32] |
Definition at line 68 of file ze-mailregex.c.
int RegexRec_T::count |
Definition at line 83 of file ze-mailregex.c.
double RegexRec_T::lodds |
Definition at line 74 of file ze-mailregex.c.
bool RegexRec_T::pcre_ok |
Definition at line 81 of file ze-mailregex.c.
pcre* RegexRec_T::pcre_rebase |
Definition at line 79 of file ze-mailregex.c.
pcre_extra* RegexRec_T::pcre_rextra |
Definition at line 80 of file ze-mailregex.c.
regex_t RegexRec_T::re |
Definition at line 76 of file ze-mailregex.c.
int RegexRec_T::re_ok |
Definition at line 77 of file ze-mailregex.c.
char RegexRec_T::regex[REGEX_MAX_LEN] |
Definition at line 70 of file ze-mailregex.c.
char RegexRec_T::revex[REGEX_MAX_LEN] |
Definition at line 71 of file ze-mailregex.c.
int RegexRec_T::score |
Definition at line 73 of file ze-mailregex.c.
int RegexRec_T::where |
Definition at line 69 of file ze-mailregex.c.