Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_heap.c100 static zend_always_inline void spl_heap_elem_copy(spl_ptr_heap *heap, void *to, void *from) { in spl_heap_elem_copy() function
278 spl_heap_elem_copy(heap, spl_heap_elem(heap, i), spl_heap_elem(heap, (i-1)/2)); in spl_ptr_heap_insert()
287 spl_heap_elem_copy(heap, spl_heap_elem(heap, i), elem); in spl_ptr_heap_insert()
310 spl_heap_elem_copy(heap, elem, spl_heap_elem(heap, 0)); in spl_ptr_heap_delete_top()
326 spl_heap_elem_copy(heap, spl_heap_elem(heap, i), spl_heap_elem(heap, j)); in spl_ptr_heap_delete_top()
339 spl_heap_elem_copy(heap, to, bottom); in spl_ptr_heap_delete_top()

Completed in 9 milliseconds