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

#include <rz_regex.h>

Public Attributes

int re_magic
 
size_t re_nsub
 
const char * re_endp
 
struct re_gutsre_g
 
int re_flags
 

Detailed Description

Definition at line 8 of file rz_regex.h.

Member Data Documentation

◆ re_endp

const char* rz_regex_t::re_endp

Definition at line 11 of file rz_regex.h.

Referenced by regatoi(), and rz_regex_comp().

◆ re_flags

int rz_regex_t::re_flags

Definition at line 13 of file rz_regex.h.

Referenced by rz_regex_check(), and rz_regex_comp().

◆ re_g

struct re_guts* rz_regex_t::re_g

Definition at line 12 of file rz_regex.h.

Referenced by rz_regex_comp(), rz_regex_exec(), and rz_regex_fini().

◆ re_magic

int rz_regex_t::re_magic

Definition at line 9 of file rz_regex.h.

Referenced by rz_regex_comp(), rz_regex_exec(), and rz_regex_fini().

◆ re_nsub

size_t rz_regex_t::re_nsub

Definition at line 10 of file rz_regex.h.

Referenced by rz_regex_comp().


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