Graphviz 13.0.0~dev.20241220.2304
|
Data Fields | |
Dtlink_t | link |
uint64_t | refcnt: sizeof(uint64_t) * 8 - 1 |
uint64_t | is_html: 1 |
char * | s |
char | store [1] |
uint64_t refstr_t::is_html |
Definition at line 29 of file refstr.c.
Referenced by aghtmlstr(), agmarkhtmlstr(), and agstrdup_internal().
uint64_t refstr_t::refcnt |
Definition at line 28 of file refstr.c.
Referenced by agstrdup_internal(), and agstrfree().
char* refstr_t::s |
Definition at line 30 of file refstr.c.
Referenced by agstrdup_internal(), agstrfree(), refstrbind(), and refsymbind().
char refstr_t::store[1] |
Definition at line 31 of file refstr.c.
Referenced by agstrdup_internal().