|
Graphviz
2.29.20120524.0446
|

Go to the source code of this file.
Data Structures | |
| struct | refstr_t |
Typedefs | |
| typedef struct refstr_t | refstr_t |
Functions | |
| char * | agstrdup (char *s) |
| char * | agstrdup_html (char *s) |
| void | agstrfree (char *s) |
| int | aghtmlstr (char *s) |
| int aghtmlstr | ( | char * | s | ) |
Definition at line 143 of file refstr.c.
References NULL, offsetof, and refstr_t::refcnt.
Referenced by do_graph_label(), common_init_node(), common_init_edge(), and agstrcanon().
| char* agstrdup | ( | char * | s | ) |
Definition at line 70 of file refstr.c.
References NULL, offsetof, dtsearch, refstr_t::refcnt, malloc(), refstr_t::s, and dtinsert.
Referenced by emit_once(), agNEWsym(), agattr(), agxset(), agNEWedge(), aglex(), and agNEWnode().
| char* agstrdup_html | ( | char * | s | ) |
Definition at line 98 of file refstr.c.
References NULL, offsetof, dtsearch, refstr_t::refcnt, malloc(), refstr_t::s, and dtinsert.
Referenced by aglex().
1.7.5