Lines Matching refs:spl_fixedarray_object
51 } spl_fixedarray_object; typedef
58 static spl_fixedarray_object *spl_fixed_array_from_obj(zend_object *obj) in spl_fixed_array_from_obj()
60 return (spl_fixedarray_object*)((char*)(obj) - XtOffsetOf(spl_fixedarray_object, std)); in spl_fixed_array_from_obj()
214 spl_fixedarray_object *intern = spl_fixed_array_from_obj(obj); in spl_fixedarray_object_get_gc()
228 const spl_fixedarray_object *intern = spl_fixed_array_from_obj(obj); in spl_fixedarray_object_get_properties_for()
265 spl_fixedarray_object *intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_free_storage()
272 spl_fixedarray_object *intern; in spl_fixedarray_object_new_ex()
276 intern = zend_object_alloc(sizeof(spl_fixedarray_object), parent); in spl_fixedarray_object_new_ex()
282 spl_fixedarray_object *other = spl_fixed_array_from_obj(orig); in spl_fixedarray_object_new_ex()
355 static zval *spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval *offse… in spl_fixedarray_object_read_dimension_helper()
400 spl_fixedarray_object *intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_read_dimension()
404 static void spl_fixedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offse… in spl_fixedarray_object_write_dimension_helper()
445 spl_fixedarray_object *intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_write_dimension()
449 static void spl_fixedarray_object_unset_dimension_helper(spl_fixedarray_object *intern, zval *offse… in spl_fixedarray_object_unset_dimension_helper()
476 spl_fixedarray_object *intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_unset_dimension()
480 static bool spl_fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset,… in spl_fixedarray_object_has_dimension_helper()
511 spl_fixedarray_object *intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_has_dimension()
518 spl_fixedarray_object *intern; in spl_fixedarray_object_count_elements()
539 spl_fixedarray_object *intern; in PHP_METHOD()
563 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(ZEND_THIS); in PHP_METHOD()
590 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(ZEND_THIS); in PHP_METHOD()
623 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(ZEND_THIS); in PHP_METHOD()
669 spl_fixedarray_object *intern; in PHP_METHOD()
681 spl_fixedarray_object *intern; in PHP_METHOD()
704 spl_fixedarray_object *intern; in PHP_METHOD()
765 spl_fixedarray_object *intern; in PHP_METHOD()
778 spl_fixedarray_object *intern; in PHP_METHOD()
800 spl_fixedarray_object *intern; in PHP_METHOD()
815 spl_fixedarray_object *intern; in PHP_METHOD()
835 spl_fixedarray_object *intern; in PHP_METHOD()
850 spl_fixedarray_object *intern; in PHP_METHOD()
875 spl_fixedarray_object *intern = Z_SPLFIXEDARRAY_P(ZEND_THIS); in PHP_METHOD()
896 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_valid()
909 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_data()
971 spl_handler_SplFixedArray.offset = XtOffsetOf(spl_fixedarray_object, std); in PHP_MINIT_FUNCTION()