Lines Matching refs:spl_heap_object

58 typedef struct _spl_heap_object spl_heap_object;  typedef
74 static inline spl_heap_object *spl_heap_from_obj(zend_object *obj) /* {{{ */ { in spl_heap_from_obj()
75 return (spl_heap_object*)((char*)(obj) - XtOffsetOf(spl_heap_object, std)); in spl_heap_from_obj()
122 static zend_result spl_ptr_heap_cmp_cb_helper(zval *object, spl_heap_object *heap_object, zval *a, … in spl_ptr_heap_cmp_cb_helper()
171 spl_heap_object *heap_object = Z_SPLHEAP_P(object); in spl_ptr_heap_zval_max_cmp()
194 spl_heap_object *heap_object = Z_SPLHEAP_P(object); in spl_ptr_heap_zval_min_cmp()
220 spl_heap_object *heap_object = Z_SPLHEAP_P(object); in spl_ptr_pqueue_elem_cmp()
396 spl_heap_object *intern = spl_heap_from_obj(object); in spl_heap_object_free_storage()
406 spl_heap_object *intern; in spl_heap_object_new_ex()
410 intern = zend_object_alloc(sizeof(spl_heap_object), parent); in spl_heap_object_new_ex()
416 spl_heap_object *other = spl_heap_from_obj(orig); in spl_heap_object_new_ex()
486 spl_heap_object *intern = spl_heap_from_obj(object); in spl_heap_object_count_elements()
507 spl_heap_object *intern = spl_heap_from_obj(obj); in spl_heap_object_get_debug_info()
545 spl_heap_object *intern = spl_heap_from_obj(obj); in spl_heap_object_get_gc()
555 spl_heap_object *intern = spl_heap_from_obj(obj); in spl_pqueue_object_get_gc()
568 spl_heap_object *intern = Z_SPLHEAP_P(ZEND_THIS); in PHP_METHOD()
582 spl_heap_object *intern = Z_SPLHEAP_P(ZEND_THIS); in PHP_METHOD()
596 spl_heap_object *intern; in PHP_METHOD()
619 spl_heap_object *intern; in PHP_METHOD()
643 spl_heap_object *intern; in PHP_METHOD()
686 spl_heap_object *intern; in PHP_METHOD()
712 spl_heap_object *intern; in PHP_METHOD()
742 spl_heap_object *intern; in PHP_METHOD()
763 spl_heap_object *intern; in PHP_METHOD()
778 spl_heap_object *intern; in PHP_METHOD()
795 spl_heap_object *intern; in PHP_METHOD()
824 spl_heap_object *intern; in PHP_METHOD()
895 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_heap_it_get_current_data()
913 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_pqueue_it_get_current_data()
934 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_heap_it_get_current_key()
942 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_heap_it_move_forward()
957 spl_heap_object *intern = Z_SPLHEAP_P(ZEND_THIS); in PHP_METHOD()
970 spl_heap_object *intern = Z_SPLHEAP_P(ZEND_THIS); in PHP_METHOD()
983 spl_heap_object *intern = Z_SPLHEAP_P(ZEND_THIS); in PHP_METHOD()
1006 spl_heap_object *intern = Z_SPLHEAP_P(ZEND_THIS); in PHP_METHOD()
1024 spl_heap_object *intern = Z_SPLHEAP_P(ZEND_THIS); in PHP_METHOD()
1129 spl_handler_SplHeap.offset = XtOffsetOf(spl_heap_object, std); in PHP_MINIT_FUNCTION()
1150 spl_handler_SplPriorityQueue.offset = XtOffsetOf(spl_heap_object, std); in PHP_MINIT_FUNCTION()