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

Public Attributes

bool eof
 
char * buf
 
size_t bufsz
 
Sdbroot_db
 
Sdbcur_db
 
size_t pos
 
size_t line_begin
 
size_t token_begin
 
size_t shift
 
SdbListpath
 
LoadState state
 
bool unescape
 

Detailed Description

Definition at line 216 of file text.c.

Member Data Documentation

◆ buf

char* LoadCtx::buf

Definition at line 218 of file text.c.

◆ bufsz

size_t LoadCtx::bufsz

Definition at line 219 of file text.c.

◆ cur_db

Sdb* LoadCtx::cur_db

Definition at line 221 of file text.c.

◆ eof

bool LoadCtx::eof

Definition at line 217 of file text.c.

◆ line_begin

size_t LoadCtx::line_begin

Definition at line 223 of file text.c.

◆ path

SdbList* LoadCtx::path

Definition at line 226 of file text.c.

◆ pos

size_t LoadCtx::pos

Definition at line 222 of file text.c.

Referenced by cmd_descs_generate.CmdDesc::_validate().

◆ root_db

Sdb* LoadCtx::root_db

Definition at line 220 of file text.c.

◆ shift

size_t LoadCtx::shift

Definition at line 225 of file text.c.

◆ state

LoadState LoadCtx::state

Definition at line 227 of file text.c.

◆ token_begin

size_t LoadCtx::token_begin

Definition at line 224 of file text.c.

◆ unescape

bool LoadCtx::unescape

Definition at line 228 of file text.c.


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