Lines Matching defs:object

125 static int spl_ptr_heap_cmp_cb_helper(zval *object, spl_heap_object *heap_object, zval *a, zval *b,…  in spl_ptr_heap_cmp_cb_helper()
166 static int spl_ptr_heap_zval_max_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_max_cmp()
189 static int spl_ptr_heap_zval_min_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_min_cmp()
212 static int spl_ptr_pqueue_elem_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_pqueue_elem_cmp()
241 static int spl_ptr_pqueue_elem_cmp_long(void *x, void *y, zval *object) { in spl_ptr_pqueue_elem_cmp_long()
248 static int spl_ptr_pqueue_elem_cmp_double(void *x, void *y, zval *object) { in spl_ptr_pqueue_elem_cmp_double()
404 static void spl_heap_object_free_storage(zend_object *object) /* {{{ */ in spl_heap_object_free_storage()
495 static zend_result spl_heap_object_count_elements(zend_object *object, zend_long *count) /* {{{ */ in spl_heap_object_count_elements()
925 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_heap_it_get_current_data() local
942 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_pqueue_it_get_current_data() local
962 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_heap_it_get_current_key() local
970 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_heap_it_move_forward() local
1109 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ … in spl_heap_get_iterator()
1128 zend_object_iterator *spl_pqueue_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{… in spl_pqueue_get_iterator()