Searched refs:heap_object (Results 1 – 1 of 1) sorted by relevance
132 …zend_call_method_with_2_params(object, heap_object->std.ce, &heap_object->fptr_cmp, "compare", &zr… in spl_ptr_heap_cmp_cb_helper()179 spl_heap_object *heap_object = Z_SPLHEAP_P(object); in spl_ptr_heap_zval_max_cmp() local180 if (heap_object->fptr_cmp) { in spl_ptr_heap_zval_max_cmp()204 spl_heap_object *heap_object = Z_SPLHEAP_P(object); in spl_ptr_heap_zval_min_cmp() local205 if (heap_object->fptr_cmp) { in spl_ptr_heap_zval_min_cmp()232 spl_heap_object *heap_object = Z_SPLHEAP_P(object); in spl_ptr_pqueue_elem_cmp() local233 if (heap_object->fptr_cmp) { in spl_ptr_pqueue_elem_cmp()1102 spl_heap_object *heap_object = Z_SPLHEAP_P(object); in spl_heap_get_iterator() local1117 iterator->flags = heap_object->flags; in spl_heap_get_iterator()1127 spl_heap_object *heap_object = Z_SPLHEAP_P(object); in spl_pqueue_get_iterator() local[all …]
Completed in 7 milliseconds