Home
last modified time | relevance | path

Searched refs:datafree (Results 1 – 25 of 85) sorted by relevance

1234

/dports/dns/dnscap/dnscap-2.0.1/src/
H A Dhashtbl.c41 …htbl* hash_create(unsigned int N, hashkey_func hasher, hashkeycmp_func cmp, hashfree_func datafree) in hash_create() argument
53 new->datafree = datafree; in hash_create()
123 if (tbl->datafree) in hash_remove()
124 tbl->datafree(i->data); in hash_remove()
143 if (tbl->datafree) in hash_free()
144 tbl->datafree(i->data); in hash_free()
H A Dhashtbl.h60 hashfree_func datafree; member
63 …tbl* hash_create(unsigned int N, hashkey_func hasher, hashkeycmp_func cmp, hashfree_func datafree);
/dports/dns/dsc/dsc-2.11.1/src/
H A Dhashtbl.c42 …ate(int N, hashfunc* hasher, hashkeycmp* cmp, int use_arena, hashfree* keyfree, hashfree* datafree) in hash_create() argument
52 new->datafree = datafree; in hash_create()
71 if (tbl->datafree) in hash_destroy()
72 tbl->datafree(i->data); in hash_destroy()
109 if (tbl->datafree) in hash_remove()
110 tbl->datafree(i->data); in hash_remove()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/gdk/
H A Dgvloadimage_gdk.c135 if (us->datafree == gdk_freeimage)
138 us->datafree(us); /* free incompatible cache data */
139 us->datafree = NULL;
142 if (us->datafree == gdk_freeimage) {
145 us->datafree(us); /* free incompatible cache data */
146 us->datafree = NULL;
189 us->datafree = gdk_freeimage;
/dports/databases/jlog/jlog-cf3085f/
H A Djlog_hash.c147 JLogHashFreeFunc keyfree, JLogHashFreeFunc datafree) { in jlog_hash_replace() argument
160 if(datafree && tr->data) datafree((void *)tr->data); in jlog_hash_replace()
220 JLogHashFreeFunc keyfree, JLogHashFreeFunc datafree) { in jlog_hash_delete() argument
236 if(datafree && b->data) datafree(b->data); in jlog_hash_delete()
246 void jlog_hash_delete_all(jlog_hash_table *h, JLogHashFreeFunc keyfree, JLogHashFreeFunc datafree) { in jlog_hash_delete_all() argument
255 if(datafree && tofree->data) datafree(tofree->data); in jlog_hash_delete_all()
265 void jlog_hash_destroy(jlog_hash_table *h, JLogHashFreeFunc keyfree, JLogHashFreeFunc datafree) { in jlog_hash_destroy() argument
266 jlog_hash_delete_all(h, keyfree, datafree); in jlog_hash_destroy()
H A Djlog_hash.h74 JLogHashFreeFunc keyfree, JLogHashFreeFunc datafree);
77 JLogHashFreeFunc keyfree, JLogHashFreeFunc datafree);
79 JLogHashFreeFunc datafree);
81 JLogHashFreeFunc datafree);
/dports/graphics/graphviz/graphviz-2.44.1/plugin/gdiplus/
H A Dgvloadimage_gdiplus.cpp41 if (us->data && us->datafree != gdiplus_freeimage) { in gdiplus_loadimage()
42 us->datafree(us); /* free incompatible cache data */ in gdiplus_loadimage()
44 us->datafree = NULL; in gdiplus_loadimage()
58 us->datafree = gdiplus_freeimage; in gdiplus_loadimage()
/dports/devel/bglibs/bglibs-2.04/adt/
H A Dghash_init.c12 adt_free_fn* datafree) in ghash_init() argument
26 d->datafree = datafree; in ghash_init()
H A Dghash_remove.c26 if (d->datafree != 0) in ghash_remove()
27 d->datafree(ghash_entry_dataptr(entry, d->keysize)); in ghash_remove()
H A Dghash_free.c17 if (d->datafree != 0) { in ghash_free()
20 d->datafree(ghash_entry_dataptr(*p, d->keysize)); in ghash_free()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/lasi/
H A Dgvloadimage_lasi.c54 if (us->datafree != ps_freeimage) { in lasi_loadimage_ps()
55 us->datafree(us); /* free incompatible cache data */ in lasi_loadimage_ps()
57 us->datafree = NULL; in lasi_loadimage_ps()
88 us->datafree = ps_freeimage; in lasi_loadimage_ps()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/poppler/
H A Dgvloadimage_poppler.c54 if (us->datafree == gvloadimage_poppler_free) in gvloadimage_poppler_load()
57 us->datafree(us); /* free incompatible cache data */ in gvloadimage_poppler_load()
59 us->datafree = NULL; in gvloadimage_poppler_load()
107 us->datafree = gvloadimage_poppler_free; in gvloadimage_poppler_load()
/dports/devel/bglibs/bglibs-2.04/doc/latex/
H A Dstructghash.tex30 …}{adt\+\_\+free\+\_\+fn} $\ast$ \hyperlink{structghash_a12837bf8bfcdc555608b0108c2e11231}{datafree}
62 \index{ghash@{ghash}!datafree@{datafree}}
63 \index{datafree@{datafree}!ghash@{ghash}}
64 \subsubsection{\texorpdfstring{datafree}{datafree}}
65 …link{group__adt_ga87ba7ca9dce36c22fe75a730a1d768a9}{adt\+\_\+free\+\_\+fn}$\ast$ ghash\+::datafree}
/dports/graphics/graphviz/graphviz-2.44.1/plugin/quartz/
H A Dgvloadimage_quartz.c81 if (us->data && us->datafree != quartz_freeimage) { in quartz_loadimage()
82 us->datafree(us); /* free incompatible cache data */ in quartz_loadimage()
84 us->datafree = NULL; in quartz_loadimage()
152 us->datafree = quartz_freeimage; in quartz_loadimage()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/webp/
H A Dgvloadimage_webp.c133 if (us->datafree == webp_freeimage) in webp_loadimage()
136 us->datafree(us); /* free incompatible cache data */ in webp_loadimage()
137 us->datafree = NULL; in webp_loadimage()
154 us->datafree = webp_freeimage; in webp_loadimage()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Drbtree.cpp86 if (!T->datafree || T->freesize < bytes) { in rb_new()
95 T->datafree = dblock + sizeof(void *); in rb_new()
98 x = (rbtree)T->datafree; in rb_new()
99 T->datafree += bytes; in rb_new()
102 T->datafree = NULL; in rb_new()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/pango/
H A Dgvloadimage_pango.c52 if (us->datafree == cairo_freeimage) in cairo_loadimage()
55 us->datafree(us); /* free incompatible cache data */ in cairo_loadimage()
56 us->datafree = NULL; in cairo_loadimage()
76 us->datafree = cairo_freeimage; in cairo_loadimage()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/tools/ctf/common/
H A Dlist.c105 list_free(list_t *list, void (*datafree)(void *, void *), void *private) in list_free()
112 if (le->l_data && datafree) in list_free()
113 datafree(le->l_data, private); in list_free()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/rsvg/
H A Dgvloadimage_rsvg.c61 if (us->datafree == gvloadimage_rsvg_free) in gvloadimage_rsvg_load()
64 us->datafree(us); /* free incompatible cache data */ in gvloadimage_rsvg_load()
171 us->datafree = gvloadimage_rsvg_free; in gvloadimage_rsvg_load()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/citrus/
H A Dcitrus_db_factory.c120 struct _region *data, int datafree) in _citrus_db_factory_add() argument
132 de->de_data_free = datafree; in _citrus_db_factory_add()
147 struct _citrus_region *data, int datafree) in _citrus_db_factory_add_by_string() argument
155 return _citrus_db_factory_add(df, &r, 1, data, datafree); in _citrus_db_factory_add_by_string()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/gd/
H A Dgvloadimage_gd.c47 if (us->datafree != gd_freeimage) { in gd_loadimage()
48 us->datafree(us); /* free incompatible cache data */ in gd_loadimage()
50 us->datafree = NULL; in gd_loadimage()
96 us->datafree = gd_freeimage; in gd_loadimage()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/gs/
H A Dgvloadimage_gs.c181 if (us->datafree == gvloadimage_gs_free in gvloadimage_gs_load()
185 us->datafree(us); /* free incompatible cache data */ in gvloadimage_gs_load()
201 us->datafree = gvloadimage_gs_free; in gvloadimage_gs_load()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/core/
H A Dgvloadimage_core.c158 if (us->datafree != ps_freeimage) { in core_loadimage_ps()
159 us->datafree(us); /* free incompatible cache data */ in core_loadimage_ps()
161 us->datafree = NULL; in core_loadimage_ps()
192 us->datafree = ps_freeimage; in core_loadimage_ps()
/dports/science/clipper/clipper-2.1/examples/
H A Dcns2mtz.cpp269 clipper::HKL_data<clipper::data32::Flag> datafree(hkls); in main() local
439 datafree[ih] = dataFlag( 0 ); in main()
441 datafree[ih] = dataFlag( random()%(nfree-1) + 1 ); in main()
446 for ( HRI ih = datafree.first(); !ih.last(); ih.next() ) in main()
447 datafree[ih] = dataFlag( random()%nfree ); in main()
449 mtzout.export_hkl_data( datafree, "/*/*/[FreeF_flag]" ); in main()
/dports/devel/swig/swig-4.0.2/Lib/ruby/
H A Ddirector.swg291 if (vptr && own.datafree) {
303 own.datafree = iter->second->get_own().datafree;

1234