Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Functions | |
Dict_t * | agdtopen (Agraph_t *g, Dtdisc_t *disc, Dtmethod_t *method) |
int | agdtdelete (Agraph_t *g, Dict_t *dict, void *obj) |
int | agdtclose (Agraph_t *g, Dict_t *dict) |
void | agdtdisc (Agraph_t *g, Dict_t *dict, Dtdisc_t *disc) |
Variables | |
static Agraph_t * | Ag_dictop_G |
Definition at line 32 of file utils.c.
References Ag_dictop_G, dtclose(), dtdisc(), and NULL.
Referenced by agclose(), agraphattr_delete(), and agstrclose().
Definition at line 26 of file utils.c.
References Ag_dictop_G, dtdelete, and NULL.
Referenced by agstrfree().
Dict_t * agdtopen | ( | Agraph_t * | g, |
Dtdisc_t * | disc, | ||
Dtmethod_t * | method | ||
) |
Definition at line 21 of file utils.c.
References disc, and dtopen().
Referenced by aginternalmapinsert(), agmakedatadict(), agopen1(), and refdict().
|
static |
Definition at line 19 of file utils.c.
Referenced by agdtclose(), and agdtdelete().