Rizin
unix-like reverse engineering framework and cli tools
match Struct Reference

Public Attributes

struct re_gutsg
 
int eflags
 
RzRegexMatchpmatch
 
char * offp
 
char * beginp
 
char * endp
 
char * coldp
 
char ** lastpos
 
 STATEVARS
 
states st
 
states fresh
 
states tmp
 
states empty
 

Detailed Description

Definition at line 71 of file engine.c.

Member Data Documentation

◆ beginp

char* match::beginp

Definition at line 76 of file engine.c.

◆ coldp

char* match::coldp

Definition at line 78 of file engine.c.

Referenced by fast(), and matcher().

◆ eflags

int match::eflags

Definition at line 73 of file engine.c.

Referenced by capstone.CsInsn::__gen_detail(), and matcher().

◆ empty

states match::empty

Definition at line 84 of file engine.c.

Referenced by slow().

◆ endp

char* match::endp

Definition at line 77 of file engine.c.

Referenced by backref(), and matcher().

◆ fresh

states match::fresh

Definition at line 82 of file engine.c.

Referenced by fast().

◆ g

struct re_guts* match::g

Definition at line 72 of file engine.c.

◆ lastpos

char** match::lastpos

Definition at line 79 of file engine.c.

◆ offp

char* match::offp

Definition at line 75 of file engine.c.

◆ pmatch

RzRegexMatch* match::pmatch

Definition at line 74 of file engine.c.

Referenced by matcher().

◆ st

states match::st

Definition at line 81 of file engine.c.

Referenced by fast(), and slow().

◆ STATEVARS

match::STATEVARS

Definition at line 80 of file engine.c.

◆ tmp

states match::tmp

Definition at line 83 of file engine.c.


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