Home
last modified time | relevance | path

Searched refs:FreeFunc (Results 1 – 25 of 120) sorted by relevance

12345

/dports/net/spread-j/spread-src-3.17.3/
H A Dskiplist.h47 typedef void (*FreeFunc)(void *); typedef
109 int sl_remove(Skiplist *sl, void *data, FreeFunc myfree);
110 int sl_remove_compare(Skiplist *sl, void *data, FreeFunc myfree,
115 void sl_remove_all(Skiplist *sl, FreeFunc myfree);
120 void sl_destruct(Skiplist *sl, FreeFunc myfree);
H A Dskiplist_p.h47 typedef void (*FreeFunc)(void *); typedef
93 FreeFunc myfree, SkiplistComparator comp);
94 int sl_remove(Skiplist *sl, void *data, FreeFunc myfree);
95 int sli_remove(Skiplist *sl, struct skiplistnode *m, FreeFunc myfree);
96 void sl_remove_all(Skiplist *sl, FreeFunc myfree);
H A Dskiplist.c473 void *data, FreeFunc myfree) { in sl_remove()
492 int sli_remove(Skiplist *sl, struct skiplistnode *m, FreeFunc myfree) { in sli_remove()
523 FreeFunc myfree, SkiplistComparator comp) { in sl_remove_compare()
538 void sl_remove_all(Skiplist *sl, FreeFunc myfree) { in sl_remove_all()
558 void sli_destruct_free(Skiplist *sl, FreeFunc myfree) { in sli_destruct_free()
562 void sl_destruct(Skiplist *sl, FreeFunc myfree) { in sl_destruct()
564 sl_remove_all(sl->index, (FreeFunc)sli_destruct_free); in sl_destruct()
/dports/net/spread/spread-src-3.17.4/
H A Dskiplist.h47 typedef void (*FreeFunc)(void *); typedef
109 int sl_remove(Skiplist *sl, void *data, FreeFunc myfree);
110 int sl_remove_compare(Skiplist *sl, void *data, FreeFunc myfree,
115 void sl_remove_all(Skiplist *sl, FreeFunc myfree);
120 void sl_destruct(Skiplist *sl, FreeFunc myfree);
H A Dskiplist_p.h47 typedef void (*FreeFunc)(void *); typedef
93 FreeFunc myfree, SkiplistComparator comp);
94 int sl_remove(Skiplist *sl, void *data, FreeFunc myfree);
95 int sli_remove(Skiplist *sl, struct skiplistnode *m, FreeFunc myfree);
96 void sl_remove_all(Skiplist *sl, FreeFunc myfree);
H A Dskiplist.c473 void *data, FreeFunc myfree) { in sl_remove()
492 int sli_remove(Skiplist *sl, struct skiplistnode *m, FreeFunc myfree) { in sli_remove()
523 FreeFunc myfree, SkiplistComparator comp) { in sl_remove_compare()
538 void sl_remove_all(Skiplist *sl, FreeFunc myfree) { in sl_remove_all()
558 void sli_destruct_free(Skiplist *sl, FreeFunc myfree) { in sli_destruct_free()
562 void sl_destruct(Skiplist *sl, FreeFunc myfree) { in sl_destruct()
564 sl_remove_all(sl->index, (FreeFunc)sli_destruct_free); in sl_destruct()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/ddd/basic/
H A Dlowcomm.h70 using FreeFunc = DDD::Basic::FreeFunc; variable
81 void LC_Init(DDD::DDDContext& context, AllocFunc,FreeFunc);
84 void LC_SetMemMgrSend(DDD::DDDContext&, AllocFunc,FreeFunc);
85 void LC_SetMemMgrRecv(DDD::DDDContext&, AllocFunc,FreeFunc);
/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-prefilter.h31 void (*FreeFunc)(void *); member
40 void *pectx, void (*FreeFunc)(void *pectx),
44 void *pectx, void (*FreeFunc)(void *pectx),
51 void *pectx, void (*FreeFunc)(void *pectx),
H A Ddetect-engine-prefilter.c60 const char *name, void (*FreeFunc)(void *));
193 void *pectx, void (*FreeFunc)(void *pectx), in PrefilterAppendEngine()
206 e->Free = FreeFunc; in PrefilterAppendEngine()
227 void *pectx, void (*FreeFunc)(void *pectx), in PrefilterAppendPayloadEngine()
240 e->Free = FreeFunc; in PrefilterAppendPayloadEngine()
264 void *pectx, void (*FreeFunc)(void *pectx), in PrefilterAppendTxEngine()
279 e->Free = FreeFunc; in PrefilterAppendTxEngine()
323 if (s && s->FreeFunc && t->pectx) { in PrefilterFreeEngines()
324 s->FreeFunc(t->pectx); in PrefilterFreeEngines()
569 PrefilterStore ctx = { name, FreeFunc, 0 }; in PrefilterStoreGetId()
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DManagedValue.cs63 delegate void FreeFunc (IntPtr gch); in FreeFunc() method in GLib.ManagedValue
66 static FreeFunc free;
70 …static extern IntPtr g_boxed_type_register_static (IntPtr typename, CopyFunc copy_func, FreeFunc f… in g_boxed_type_register_static()
76 free = new FreeFunc (Free);
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/
H A DManagedValue.cs64 delegate void FreeFunc (IntPtr gch); in FreeFunc() method in GLib.ManagedValue
67 static FreeFunc free;
71 …static extern IntPtr g_boxed_type_register_static (IntPtr typename, CopyFunc copy_func, FreeFunc f… in g_boxed_type_register_static()
77 free = new FreeFunc (Free);
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/
H A DEventBaseBackendBase.h33 using FreeFunc = void (*)(IoVec*); member
37 FreeFunc freeFunc_{nullptr};
51 using FreeFunc = void (*)(MsgHdr*); member
55 FreeFunc freeFunc_{nullptr};
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_alloc.c145 void ILAPIENTRY ilSetMemory(mAlloc AllocFunc, mFree FreeFunc) in ilSetMemory() argument
148 ifree_ptr = FreeFunc == NULL ? DefaultFreeFunc : FreeFunc; in ilSetMemory()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FMath/
H A DFMAllocator.cpp16 FreeFunc ff = free;
18 void SetAllocationFunctions(AllocateFunc a, FreeFunc f) in SetAllocationFunctions()
H A DFMAllocator.h33 typedef void (*FreeFunc)(void* buffer); typedef
38 FCOLLADA_EXPORT void SetAllocationFunctions(AllocateFunc a, FreeFunc f);
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FMath/
H A DFMAllocator.h33 typedef void (*FreeFunc)(void* buffer); typedef
38 FCOLLADA_EXPORT void SetAllocationFunctions(AllocateFunc a, FreeFunc f);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libmedia/
H A DVideoConverter.h46 typedef void (*FreeFunc)(void*); typedef
82 FreeFunc dealloc;
/dports/multimedia/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2/
H A Dmain.cpp235 typedef void (*FreeFunc)(void*); typedef
278 FreeFunc freeFunc = (FreeFunc)dlsym(gLib, "g_free"); in tryUriConvert()
/dports/security/ADMsmb/ADMsmb_0.3/ubiqx/
H A Dubi_Cache.c163 ubi_trKillNodeRtn FreeFunc, in ubi_cacheInit() argument
215 CachePtr->free_func = FreeFunc; in ubi_cacheInit()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dmemory.c61 static MagickFreeFunc FreeFunc = free; variable
100 FreeFunc = free_func; in MagickAllocFunctions()
536 (FreeFunc)(memory); in MagickFree()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/xatlas/
H A Dxatlas.h249 typedef void (*FreeFunc)(void *); typedef
250 void SetAlloc(ReallocFunc reallocFunc, FreeFunc freeFunc = nullptr);
/dports/devel/godot/godot-3.2.3-stable/thirdparty/xatlas/
H A Dxatlas.h258 typedef void (*FreeFunc)(void *); typedef
259 void SetAlloc(ReallocFunc reallocFunc, FreeFunc freeFunc = nullptr);
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/xatlas/
H A Dxatlas.h258 typedef void (*FreeFunc)(void *); typedef
259 void SetAlloc(ReallocFunc reallocFunc, FreeFunc freeFunc = nullptr);
/dports/lang/vala/vala-0.48.18/vapi/
H A Dbzlib.vapi61 public FreeFunc? bzfree;
91 public delegate void FreeFunc (void* target, void* p);
/dports/security/snort/snort-2.9.18/src/
H A Dprofiler.h168 typedef void (*FreeFunc)(PreprocStats *stats); typedef
175 FreeFunc freefn;

12345