Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_regex.h>
Public Attributes | |
int | re_magic |
size_t | re_nsub |
const char * | re_endp |
struct re_guts * | re_g |
int | re_flags |
Definition at line 8 of file rz_regex.h.
const char* rz_regex_t::re_endp |
Definition at line 11 of file rz_regex.h.
Referenced by regatoi(), and rz_regex_comp().
int rz_regex_t::re_flags |
Definition at line 13 of file rz_regex.h.
Referenced by rz_regex_check(), and rz_regex_comp().
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().
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().
size_t rz_regex_t::re_nsub |
Definition at line 10 of file rz_regex.h.
Referenced by rz_regex_comp().