Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_strbuf.h>
Public Attributes | |
char | buf [32] |
size_t | len |
char * | ptr |
size_t | ptrlen |
bool | weakref |
Definition at line 10 of file rz_strbuf.h.
char RzStrBuf::buf[32] |
Definition at line 11 of file rz_strbuf.h.
size_t RzStrBuf::len |
Definition at line 12 of file rz_strbuf.h.
Referenced by parse_function(), rz_cons_html_filter(), rz_strbuf_equals(), and sdb_save_dwarf_function().
char* RzStrBuf::ptr |
Definition at line 13 of file rz_strbuf.h.
size_t RzStrBuf::ptrlen |
Definition at line 14 of file rz_strbuf.h.
bool RzStrBuf::weakref |
Definition at line 15 of file rz_strbuf.h.