Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_heap.c278 spl_heap_elem_copy(heap, spl_heap_elem(heap, i), spl_heap_elem(heap, (i-1)/2)); in spl_ptr_heap_insert()
312 heap->dtor(spl_heap_elem(heap, 0)); in spl_ptr_heap_delete_top()
315 bottom = spl_heap_elem(heap, --heap->count); in spl_ptr_heap_delete_top()
320 …if (j != heap->count && heap->cmp(spl_heap_elem(heap, j+1), spl_heap_elem(heap, j), cmp_userdata) … 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()
337 void *to = spl_heap_elem(heap, i); in spl_ptr_heap_delete_top()
362 heap->ctor(spl_heap_elem(heap, i)); in spl_ptr_heap_clone()
373 heap->dtor(spl_heap_elem(heap, i)); in spl_ptr_heap_destroy()
541 zval *elem = spl_heap_elem(intern->heap, i); in spl_heap_object_get_debug_info()
918 return spl_heap_elem(object->heap, 0); in spl_heap_it_get_current_data()
[all …]

Completed in 8 milliseconds