Graphviz 13.0.0~dev.20250121.0651
|
Go to the source code of this file.
Functions | |
Dict_t * | agdtopen (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 31 of file utils.c.
References Ag_dictop_G, dtclose(), dtdisc(), and NULL.
Referenced by agclose(), and agraphattr_delete().
Definition at line 25 of file utils.c.
References Ag_dictop_G, dtdelete, and NULL.
Dict_t * agdtopen | ( | Dtdisc_t * | disc, |
Dtmethod_t * | method | ||
) |
Definition at line 21 of file utils.c.
References disc, and dtopen().
Referenced by aginternalmapinsert(), agmakedatadict(), and agopen1().
|
static |
Definition at line 19 of file utils.c.
Referenced by agdtclose(), and agdtdelete().