ze-filter  (ze-filter-0.8.0-develop-180218)
RegexRec_T Struct Reference

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
 

Detailed Description

Definition at line 67 of file ze-mailregex.c.

Member Data Documentation

◆ action

char RegexRec_T::action[32]

Definition at line 68 of file ze-mailregex.c.

◆ count

int RegexRec_T::count

Definition at line 83 of file ze-mailregex.c.

◆ lodds

double RegexRec_T::lodds

Definition at line 74 of file ze-mailregex.c.

◆ pcre_ok

bool RegexRec_T::pcre_ok

Definition at line 81 of file ze-mailregex.c.

◆ pcre_rebase

pcre* RegexRec_T::pcre_rebase

Definition at line 79 of file ze-mailregex.c.

◆ pcre_rextra

pcre_extra* RegexRec_T::pcre_rextra

Definition at line 80 of file ze-mailregex.c.

◆ re

regex_t RegexRec_T::re

Definition at line 76 of file ze-mailregex.c.

◆ re_ok

int RegexRec_T::re_ok

Definition at line 77 of file ze-mailregex.c.

◆ regex

char RegexRec_T::regex[REGEX_MAX_LEN]

Definition at line 70 of file ze-mailregex.c.

◆ revex

char RegexRec_T::revex[REGEX_MAX_LEN]

Definition at line 71 of file ze-mailregex.c.

◆ score

int RegexRec_T::score

Definition at line 73 of file ze-mailregex.c.

◆ where

int RegexRec_T::where

Definition at line 69 of file ze-mailregex.c.


The documentation for this struct was generated from the following file: