Home
last modified time | relevance | path

Searched refs:dzl_heap_insert_vals (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/util/
H A Ddzl-heap.h29 #define dzl_heap_insert_val(h,v) dzl_heap_insert_vals(h,&(v),1)
51 void dzl_heap_insert_vals (DzlHeap *heap,
H A Ddzl-heap.c249 dzl_heap_insert_vals (DzlHeap *heap, in dzl_heap_insert_vals() function